diff options
author | Nate Buttke <nate-web@riseup.net> | 2022-02-10 11:51:26 -0800 |
---|---|---|
committer | Nate Buttke <nate-web@riseup.net> | 2022-02-10 11:51:26 -0800 |
commit | f226270a37f15f0fe25f2e1c80b0aafba1abe5ec (patch) | |
tree | 592a3ccaa3aff751bd6e2b2e37c0cda5f85d614e | |
parent | 2d295e80052a12fc73865da9cd6a69189725f00f (diff) |
further sync between branches. for real this time
-rwxr-xr-x | river/.config/river/init | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/river/.config/river/init b/river/.config/river/init index fc1eafb..b03509b 100755 --- a/river/.config/river/init +++ b/river/.config/river/init @@ -3,8 +3,7 @@ # based on default config. # See the river(1), riverctl(1), and rivertile(1) man pages for complete # documentation. -# riverctl spawn "kanshi" & -# kanshi not needed on desktop: there is no laptop lid. +# riverctl spawn "kanshi" # Use the "logo" key as the primary modifier mod="Mod4" @@ -18,6 +17,8 @@ riverctl map normal $mod Return spawn alacritty # Mod+B to start an instance of firefox. alt for school riverctl map normal $mod B spawn firefox riverctl map normal $mod+Mod1 B spawn firefox-school +riverctl map normal $mod+Shift B spawn chromium +riverctl map normal $mod M spawn thunderbird #keepass password manager riverctl map normal $mod P spawn keepassxc @@ -27,7 +28,8 @@ riverctl map normal $mod Home spawn lock riverctl map normal $mod+Shift Home spawn locks #suspend after locking # riverctl map normal $mod Space spawn 'bemenu-run --fn Terminus' -riverctl map normal $mod Space spawn 'wofi --show=run' +# riverctl map normal $mod Space spawn 'wofi --show=run' +riverctl map normal $mod Space spawn 'rofi -show run' # Mod+Q to close the focused view riverctl map normal $mod Q close @@ -169,6 +171,8 @@ riverctl set-repeat 50 300 # Set app-ids of views which should float riverctl float-filter-add app-id "org.keepassxc.KeePassXC" riverctl float-filter-add app-id "Signal" +riverctl float-filter-add app-id "Rofi" +riverctl float-filter-add app-id "Sharing Indicator" # Set app-ids of views which should use client side decorations # e.g. riverctl csd-filter-add "gedit" |