diff options
| author | kkard2 <[email protected]> | 2023-07-26 22:01:27 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2023-07-26 22:01:27 +0200 |
| commit | ef6e6beaa2cb7f18e8a3eefb0e54828dedb6a581 (patch) | |
| tree | 3f1b1eac1c0eacac2d1bda146e68e6fe6089bc2a /_linux | |
| parent | 679d3de96a117ef934678445016029cb79a69f69 (diff) | |
~~sex~~ sx
Diffstat (limited to '_linux')
| -rw-r--r-- | _linux/sxhkdrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/_linux/sxhkdrc b/_linux/sxhkdrc new file mode 100644 index 0000000..fe1cd0f --- /dev/null +++ b/_linux/sxhkdrc @@ -0,0 +1,8 @@ +hyper + h + xdotool keyup h key --clearmodifiers Left +hyper + j + xdotool keyup j key --clearmodifiers Down +hyper + k + xdotool keyup k key --clearmodifiers Up +hyper + l + xdotool keyup l key --clearmodifiers Right |
