summaryrefslogtreecommitdiff
path: root/_linux/sxhkdrc
diff options
context:
space:
mode:
Diffstat (limited to '_linux/sxhkdrc')
-rw-r--r--_linux/sxhkdrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/_linux/sxhkdrc b/_linux/sxhkdrc
index fe1cd0f..8359343 100644
--- a/_linux/sxhkdrc
+++ b/_linux/sxhkdrc
@@ -1,8 +1,8 @@
hyper + h
- xdotool keyup h key --clearmodifiers Left
+ xdotool keyup h key Left
hyper + j
- xdotool keyup j key --clearmodifiers Down
+ xdotool keyup j key Down
hyper + k
- xdotool keyup k key --clearmodifiers Up
+ xdotool keyup k key Up
hyper + l
- xdotool keyup l key --clearmodifiers Right
+ xdotool keyup l key Right