diff options
| author | KronikPillow <kronikpillow@gmail.com> | 2020-01-05 19:40:56 +0100 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-01-05 16:43:31 -0500 |
| commit | a6421ced2bb5b1bf47ead0125bac6d5ac364c4e5 (patch) | |
| tree | 1e3140513214ef66065379b7957ee12d8cc9d840 /.config/sxhkd | |
| parent | 0db554d7e57f43ae6ef525a5600161c248a4fbf2 (diff) | |
| download | eibhear-a6421ced2bb5b1bf47ead0125bac6d5ac364c4e5.tar.gz eibhear-a6421ced2bb5b1bf47ead0125bac6d5ac364c4e5.tar.zst eibhear-a6421ced2bb5b1bf47ead0125bac6d5ac364c4e5.zip | |
moved samedir keybinding from i3/config to sxhkd
Diffstat (limited to '.config/sxhkd')
| -rw-r--r-- | .config/sxhkd/sxhkdrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index e6a45d1..3e38fee 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -10,6 +10,8 @@ # Basic binds super + Return $TERMINAL +super + shift + Return + samedir super + shift + q kill -9 `xdotool getwindowfocus getwindowpid` super + d |
