diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-09-10 19:54:33 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-09-10 19:54:33 +0200 |
commit | 2a796d4b4e08daedba4bc0b2164c614a2eef021f (patch) | |
tree | df715f0344948b6a4ea58f6f53c87dd60a7ea531 | |
parent | 65155901acaf00536dc2611e017ac90a8e5e9bb5 (diff) |
bind waylock hotkey correctly (fix syntax from accidental sxhkd copy)
-rwxr-xr-x | riverrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -14,8 +14,7 @@ riverctl map normal Super A spawn "wofi -S run" riverctl map normal Super Print spawn "flameshot gui" # lock screen -super + l - waylock +riverctl map normal Super L spawn waylock # kill session completely riverctl map normal Super+Alt O spawn "pkill -u ${USER}" |