summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2024-04-17 20:46:08 +0200
committerkkard2 <[email protected]>2024-04-17 20:46:08 +0200
commit688b54a67abadb8be794f0494be25e5e223e6128 (patch)
treef455ce26681c2abd96b2670b9ed86d9d166c4546
parent33ebcf8a94afcc911455fec627118a652d3c6738 (diff)
i've finally fixed that omg
-rw-r--r--_linux/sxhkdrc17
1 files changed, 4 insertions, 13 deletions
diff --git a/_linux/sxhkdrc b/_linux/sxhkdrc
index dd117b3..fe1cd0f 100644
--- a/_linux/sxhkdrc
+++ b/_linux/sxhkdrc
@@ -1,17 +1,8 @@
hyper + h
- xdotool keyup h key Left
+ xdotool keyup h key --clearmodifiers Left
hyper + j
- xdotool keyup j key Down
+ xdotool keyup j key --clearmodifiers Down
hyper + k
- xdotool keyup k key Up
+ xdotool keyup k key --clearmodifiers Up
hyper + l
- xdotool keyup l key Right
-
-hyper + y
- xdotool keyup y keydown Ctrl key Left keyup Ctrl
-hyper + u
- xdotool keyup u keydown Ctrl key Down keyup Ctrl
-hyper + i
- xdotool keyup i keydown Ctrl key Up keyup Ctrl
-hyper + o
- xdotool keyup o keydown Ctrl key Right keyup Ctrl
+ xdotool keyup l key --clearmodifiers Right