diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2023-04-23 09:58:42 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2023-04-24 06:50:45 -0400 |
commit | eb3b5880bf5d4d3e57f168f2c6b44c2c4548ea5d (patch) | |
tree | 5470d645aa17702f7de0906d4f6acebbb0aced6c | |
parent | c818b8cef1dd25781e007415eb3d43f4b9b43b4c (diff) |
river config
-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' |