aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-09-10 19:54:33 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-09-10 19:54:33 +0200
commit2a796d4b4e08daedba4bc0b2164c614a2eef021f (patch)
treedf715f0344948b6a4ea58f6f53c87dd60a7ea531
parent65155901acaf00536dc2611e017ac90a8e5e9bb5 (diff)
bind waylock hotkey correctly (fix syntax from accidental sxhkd copy)
-rwxr-xr-xriverrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/riverrc b/riverrc
index 1e71e66..29d64f3 100755
--- a/riverrc
+++ b/riverrc
@@ -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}"