diff --git a/README.md b/README.md index ccd7d15..46b6cd9 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ Thunar (files) - Super+Shift+E BTOP++ (monitor) - Ctrl+Shift+Escape +ArchWiki in browser - Ctrl+/ + #### System Clipboard history - Super+V diff --git a/river/.config/river/init b/river/.config/river/init index f5d369a..0fa5678 100755 --- a/river/.config/river/init +++ b/river/.config/river/init @@ -90,6 +90,7 @@ riverctl map normal Super Return spawn $TERMINAL riverctl map normal Super E spawn "$TERMINAL -e lf" riverctl map normal Super+Shift E spawn thunar riverctl map normal Control+Shift Escape spawn "$TERMINAL -e btop" +riverctl map normal Super Slash spawn "xdg-open https://wiki.archlinux.org" # tech support :3 # Screenshots mkdir -p ~/Pictures/Screenshots # Make screenshots folder if missing