diff options
Diffstat (limited to 'desktop/.config/river/init')
-rwxr-xr-x | desktop/.config/river/init | 5 |
1 files changed, 4 insertions, 1 deletions
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' |