update
This commit is contained in:
parent
e2e1cf1b0b
commit
b1357484aa
29
sxhkdrc
29
sxhkdrc
|
|
@ -1,8 +1,18 @@
|
||||||
#
|
#
|
||||||
# wm independent hotkeys
|
# wm independent hotkeys
|
||||||
#
|
#
|
||||||
uper
|
|
||||||
# dunst
|
# Scroll_Lock
|
||||||
|
# Pause
|
||||||
|
# KP_Home
|
||||||
|
# KP_Up
|
||||||
|
# KP_Add
|
||||||
|
# KP_Insert
|
||||||
|
# KP_Left
|
||||||
|
# KP_Begin
|
||||||
|
# KP_End
|
||||||
|
# KP_Down
|
||||||
|
|
||||||
ctrl + space
|
ctrl + space
|
||||||
dunstctl close-all
|
dunstctl close-all
|
||||||
|
|
||||||
|
|
@ -39,10 +49,10 @@ super + ctrl + shift + p
|
||||||
super + ctrl + p
|
super + ctrl + p
|
||||||
tmux-select
|
tmux-select
|
||||||
|
|
||||||
super + ctrl Return
|
super + ctrl + Return
|
||||||
/usr/local/bin/terminal-floating --working-directory ~/.Temp
|
/usr/local/bin/terminal-floating --working-directory ~/.Temp
|
||||||
|
|
||||||
super + shift Return
|
super + shift + Return
|
||||||
/usr/local/bin/scratchpad
|
/usr/local/bin/scratchpad
|
||||||
|
|
||||||
super + Return
|
super + Return
|
||||||
|
|
@ -55,7 +65,7 @@ super + Print
|
||||||
super + shift + Print
|
super + shift + Print
|
||||||
/usr/local/bin/rofi-screenshot
|
/usr/local/bin/rofi-screenshot
|
||||||
|
|
||||||
super + ctrl + Print
|
super + Scroll_Lock
|
||||||
/usr/local/bin/rofi-background
|
/usr/local/bin/rofi-background
|
||||||
|
|
||||||
super + e
|
super + e
|
||||||
|
|
@ -72,12 +82,3 @@ super + shift o
|
||||||
|
|
||||||
super + ctrl o
|
super + ctrl o
|
||||||
terminal-floating -e nvim /home/ray/.Syncthing/bookmarks/
|
terminal-floating -e nvim /home/ray/.Syncthing/bookmarks/
|
||||||
|
|
||||||
# KP_Home
|
|
||||||
# KP_Up
|
|
||||||
# KP_Add
|
|
||||||
# KP_Insert
|
|
||||||
# KP_Left
|
|
||||||
# KP_Begin
|
|
||||||
# KP_End
|
|
||||||
# KP_Down
|
|
||||||
|
|
|
||||||
|
|
@ -18,9 +18,3 @@ super + {_,shift + }{F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,F11,F12}
|
||||||
|
|
||||||
super + {_,shift + }{x}
|
super + {_,shift + }{x}
|
||||||
bspc {desktop -f,node -d} '{x}'
|
bspc {desktop -f,node -d} '{x}'
|
||||||
|
|
||||||
super + {_,shift + }{KP_Add}
|
|
||||||
bspc {desktop -f,node -d} '{H1}'
|
|
||||||
|
|
||||||
super + {_,shift + }{KP_Subtract}
|
|
||||||
bspc {desktop -f,node -d} '{DP1}'
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue