diff options
| author | kkard2 <[email protected]> | 2023-07-27 21:14:32 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2023-07-27 21:14:32 +0200 |
| commit | bd43abcb9c40039b31b4d90ae0f7fac6efbdaf4d (patch) | |
| tree | 05263592543eafed4d6bbdb78592723ff0dd1782 /_linux/sxhkdrc | |
| parent | bfef8faa3f162acc513fe3f99a450bdf8397ef08 (diff) | |
ah yes sxhkd before xmodmap was a great idea
Diffstat (limited to '_linux/sxhkdrc')
| -rw-r--r-- | _linux/sxhkdrc | 8 |
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 |
