diff options
| author | bozo.kopic <bozo.kopic@gmail.com> | 2020-07-16 04:29:34 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo.kopic@gmail.com> | 2020-07-16 04:29:34 +0200 |
| commit | f61d921fd24c24da4258217510c809825cdbf8f8 (patch) | |
| tree | 46d8e48963b8b2bced3b130ac5f9b54aa703a9aa /sxhkd/sxhkdrc.i3 | |
| parent | 5179366de4375c49e6906ca2b879a064ddb9639c (diff) | |
.
Diffstat (limited to 'sxhkd/sxhkdrc.i3')
| -rw-r--r-- | sxhkd/sxhkdrc.i3 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/sxhkd/sxhkdrc.i3 b/sxhkd/sxhkdrc.i3 new file mode 100644 index 0000000..ec9af48 --- /dev/null +++ b/sxhkd/sxhkdrc.i3 @@ -0,0 +1,46 @@ +F12 + python ~/.config/sxhkd/terminal_i3.py + +mod4 + Return + alacritty +mod4 + space + rofi -show drun +mod4 + backslash + i3-msg "split h" +mod4 + minus + i3-msg "split v" +mod4 + Tab + i3-msg "layout toggle split" +mod4 + p + i3-msg "focus parent" +mod4 + r + i3-msg "mode resize" + +mod4 + shift + r + i3-msg "restart" +mod4 + shift + e + i3-msg "exit" +mod4 + shift + q + i3-msg "kill" +mod4 + shift + space + i3-msg "floating toggle" +mod4 + shift + Return + i3-msg "fullscreen toggle" + +mod4 + {h, Left} + i3-msg "focus left" +mod4 + {j, Down} + i3-msg "focus down" +mod4 + {k, Up} + i3-msg "focus up" +mod4 + {l, Right} + i3-msg "focus right" + +mod4 + shift + {h, Left} + i3-msg "move left" +mod4 + shift + {j, Down} + i3-msg "move down" +mod4 + shift + {k, Up} + i3-msg "move up" +mod4 + shift + {l, Right} + i3-msg "move right" |
