summaryrefslogtreecommitdiff
path: root/_linux/sxhkdrc
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2023-07-27 21:14:32 +0200
committerkkard2 <[email protected]>2023-07-27 21:14:32 +0200
commitbd43abcb9c40039b31b4d90ae0f7fac6efbdaf4d (patch)
tree05263592543eafed4d6bbdb78592723ff0dd1782 /_linux/sxhkdrc
parentbfef8faa3f162acc513fe3f99a450bdf8397ef08 (diff)
ah yes sxhkd before xmodmap was a great idea
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