From eb3b5880bf5d4d3e57f168f2c6b44c2c4548ea5d Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 23 Apr 2023 09:58:42 -0400 Subject: river config --- desktop/.config/river/init | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'desktop/.config') diff --git a/desktop/.config/river/init b/desktop/.config/river/init index 29a53e3..798dbad 100755 --- a/desktop/.config/river/init +++ b/desktop/.config/river/init @@ -163,12 +163,15 @@ done # Set background and border color riverctl background-color 0x2a3462 -riverctl border-color-focused 0xfc20bb +riverctl border-color-focused 0xffcc66 riverctl border-color-unfocused 0x1b1d1e # Set keyboard repeat rate riverctl set-repeat 50 300 +# Focus follow mouse +riverctl focus-follows-cursor normal + # Make all views with an app-id that starts with "float" and title "foo" start floating. riverctl float-filter-add app-id 'Rofi' -- cgit v1.2.3