diff options
author | Himbeer <himbeer@disroot.org> | 2024-10-18 11:28:50 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-10-27 18:50:15 +0100 |
commit | 59ea0cdd0650346966272cfa3dcb80e07127c48a (patch) | |
tree | dc278eaabc72b3bdd3eac4eaf7d81b70b6c30329 | |
parent | 586077042f4755a02a4a89a693b72abddef6725f (diff) |
Install qutebrowser (including keybind)
-rwxr-xr-x | install.sh | 1 | ||||
-rwxr-xr-x | riverrc | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -54,6 +54,7 @@ if command_exists pacman; then libnotify \ vlc \ firefox \ + qutebrowser \ aerc \ mbsync \ moreutils \ @@ -25,6 +25,9 @@ riverctl map normal Super Print spawn 'grim -g "$(slurp)" - | tee "/tmp/screensh # firefox riverctl map normal Super+Shift F spawn firefox +# qutebrowser +riverctl map normal Super+Shift Q spawn qutebrowser + # thunderbird riverctl map normal Super+Shift L spawn thunderbird |