diff options
author | zachir <zachir@librem.one> | 2023-02-24 10:21:18 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-24 10:21:18 -0600 |
commit | 7cea954341add9edddaa56cce4cffbbbb5f02602 (patch) | |
tree | caaf2d218a74acec384be699386a3981cfa219e0 /river/init | |
parent | e0112883ed693bcc0c83a87acc35944f08866bbd (diff) |
add playerctl play-pause to river
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 |