added super e to call on dmconf from scripts folder
This commit is contained in:
parent
f5c1408062
commit
a5cd500685
1 changed files with 8 additions and 7 deletions
|
|
@ -7,8 +7,10 @@ super + Return
|
||||||
# program launcher
|
# program launcher
|
||||||
# super + @space
|
# super + @space
|
||||||
super + d
|
super + d
|
||||||
dmenu_run -nb '#323b4d' -sf '#323b4d' -sb '#87afd7' -nf '#87afd7'
|
dmenu_run -nb '#323b4d' -sf '#323b4d' -sb '#87afd7' -nf '#87afd7'
|
||||||
|
|
||||||
|
super + e
|
||||||
|
/home/brian/scripts/dmconf
|
||||||
# reload sxhkd
|
# reload sxhkd
|
||||||
super + Escape
|
super + Escape
|
||||||
pkill -USR1 -x sxhkd
|
pkill -USR1 -x sxhkd
|
||||||
|
|
@ -50,14 +52,13 @@ super + shift + h
|
||||||
ctrl shift + {Left,Down,Up,Right}
|
ctrl shift + {Left,Down,Up,Right}
|
||||||
bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}
|
bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}
|
||||||
|
|
||||||
contract a window by moving one of its side inward
|
# contract a window by moving one of its side inward
|
||||||
alt shift + {Left,Down,Up,Right}
|
alt shift + {Left,Down,Up,Right}
|
||||||
bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}
|
bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}
|
||||||
|
|
||||||
# toggle fullscreen
|
# toggle fullscreen
|
||||||
super + shift + f
|
super + shift + f
|
||||||
bspc node -t {\~fullscreen}
|
bspc node -t {\~fullscreen}
|
||||||
# /home/brian/scripts/bspfullscreen
|
|
||||||
|
|
||||||
# close and kill
|
# close and kill
|
||||||
# super + {_,shift + }w
|
# super + {_,shift + }w
|
||||||
|
|
@ -145,12 +146,12 @@ super + alt + {h,j,k,l}
|
||||||
bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}
|
bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}
|
||||||
|
|
||||||
# contract a window by moving one of its side inward
|
# contract a window by moving one of its side inward
|
||||||
super + alt + shift + {h,j,k,l}
|
# super + alt + shift + {h,j,k,l}
|
||||||
bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}
|
# bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}
|
||||||
|
|
||||||
# move a floating window
|
# move a floating window
|
||||||
super + {Left,Down,Up,Right}
|
# super + {Left,Down,Up,Right}
|
||||||
bspc node -v {-20 0,0 20,0 -20,20 0}
|
# bspc node -v {-20 0,0 20,0 -20,20 0}
|
||||||
|
|
||||||
# custom keybindings
|
# custom keybindings
|
||||||
super + a
|
super + a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue