diff options
Diffstat (limited to 'river/init')
-rwxr-xr-x | river/init | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -176,6 +176,9 @@ riverctl map normal $mod1+$mod2 f spawn 'foot lfrun' riverctl map normal $mod1+$mod2 m spawn 'volsv -t' riverctl map normal $mod1+$mod2+Shift m spawn 'volsv -m' +# secondary mod shortcuts +riverctl map normal $mod2 p spawn 'playerctl play-pause' + # Set background and border color riverctl background-color 0x000000 riverctl border-color-focused 0x535d6c |