From d31c79860bf5a47669089e1febc4087da2f3fac9 Mon Sep 17 00:00:00 2001 From: Nate Buttke Date: Thu, 10 Feb 2022 11:46:53 -0800 Subject: change kanshi call. add new binds. switch to rofi --- river/.config/river/init | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/river/.config/river/init b/river/.config/river/init index fd01ac3..57200f4 100755 --- a/river/.config/river/init +++ b/river/.config/river/init @@ -3,7 +3,7 @@ # based on default config. # See the river(1), riverctl(1), and rivertile(1) man pages for complete # documentation. -riverctl spawn "kanshi" & +# riverctl spawn "kanshi" # Use the "logo" key as the primary modifier mod="Mod4" @@ -17,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 @@ -26,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 @@ -168,12 +171,14 @@ 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" -riverctl spawn "swaybg -i ~/media/pix/berry.jpg -m center -o '*'" -riverctl spawn "sunset" + riverctl spawn "swaybg -i ~/media/pix/berry.jpg -m center -o '*'" + riverctl spawn "sunset" #waybar on startup riverctl spawn waybar -- cgit v1.2.3