diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-08 01:38:53 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-08 01:38:53 +0100 |
commit | d873517dd6dfc9d7b8d905208c504f56c29d382f (patch) | |
tree | 7ccce204bd861b6ba94ecb52dcb40a5f7afb6246 /.config/sxhkd | |
parent | Floaterm and aliases update (diff) | |
download | dotfiles-bsd-d873517dd6dfc9d7b8d905208c504f56c29d382f.tar.gz dotfiles-bsd-d873517dd6dfc9d7b8d905208c504f56c29d382f.tar.bz2 dotfiles-bsd-d873517dd6dfc9d7b8d905208c504f56c29d382f.tar.xz dotfiles-bsd-d873517dd6dfc9d7b8d905208c504f56c29d382f.tar.zst dotfiles-bsd-d873517dd6dfc9d7b8d905208c504f56c29d382f.zip |
Key update
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index fb03753..a987f16 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -79,30 +79,30 @@ super + {_,shift + }{F12} #super + {Num_Lock,@Print,Insert,Home,Prior,Delete,End,Next,Scroll_Lock,Pause} # notify-send {Num_Lock,Print,Insert,Home,Prior,Delete,End,Next,Scroll_Lock,Pause} -super + KP_Enter +super + KP_Insert /usr/local/bin/bsp-layout remove && \ /usr/local/bin/notify-send -u low normal -super + Home - /usr/local/bin/bsp-layout set rwide && \ - /usr/local/bin/notify-send -u low rwide - -super + Delete +super + KP_Left /usr/local/bin/bsp-layout set tall && \ /usr/local/bin/notify-send -u low tall -super + Scroll_Lock +super + KP_Begin /usr/local/bin/bsp-layout set even && \ /usr/local/bin/notify-send -u low even -super + Next +super + KP_Right /usr/local/bin/bsp-layout set rtall && \ /usr/local/bin/notify-send -u low rtall -super + End +super + KP_Up /usr/local/bin/bsp-layout set wide && \ /usr/local/bin/notify-send -u low wide +super + KP_Down + /usr/local/bin/bsp-layout set rwide && \ + /usr/local/bin/notify-send -u low rwide + super + ctrl + {h,j,k,l} /usr/local/bin/bspc node -p {west,south,north,east} |