From d873517dd6dfc9d7b8d905208c504f56c29d382f Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 8 Nov 2020 01:38:53 +0100 Subject: Key update --- .config/sxhkd/sxhkdrc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to '.config/sxhkd/sxhkdrc') 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} -- cgit v1.2.3