diff options
author | zachir <zachir@librem.one> | 2023-02-24 17:17:27 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-24 17:17:27 -0600 |
commit | 644f36e7a7202c4bd2d1bc7e90207974f9db0d88 (patch) | |
tree | ea2a7f83d04274be4a7ed003eb2a818db5fe4935 /river/init | |
parent | b9429bab03c5a9b9b867259322f77a6bec0d3eeb (diff) |
use lf instead of lfrun
Diffstat (limited to 'river/init')
-rwxr-xr-x | river/init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -182,7 +182,7 @@ riverctl map normal $mod1+$mod2 u spawn 'mprisctl -w' # add other shortcuts riverctl map normal $mod1 q spawn 'loginctl lock-session self' -riverctl map normal $mod1+$mod2 f spawn 'foot lfrun' +riverctl map normal $mod1+$mod2 f spawn 'foot lf' riverctl map normal $mod1+$mod2 m spawn 'volsv -t' riverctl map normal $mod1+$mod2+Shift m spawn 'volsv -m' |