mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 03:20:26 +10:00
Minor edits.
This commit is contained in:
@@ -105,11 +105,11 @@ super + ctrl + shift + space
|
|||||||
# MOVE/RESIZE
|
# MOVE/RESIZE
|
||||||
|
|
||||||
# expand a window by moving one of its side outward
|
# expand a window by moving one of its side outward
|
||||||
super + alt + {h,j,k,l}
|
ctrl + 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}
|
ctrl + 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
|
||||||
@@ -123,8 +123,9 @@ super + {Left,Down,Up,Right}
|
|||||||
super + Return
|
super + Return
|
||||||
st
|
st
|
||||||
# launch lynx web browser
|
# launch lynx web browser
|
||||||
super + alt + b
|
super + alt + l
|
||||||
st -e lynx gopher://distro.tube
|
st -e lynx -cfg=~/.lynx/lynx.cfg -lss=~/.lynx/lynx.lss -vikeys gopher://distro.tube
|
||||||
|
|
||||||
|
|
||||||
# DMENU SCRIPTS (Alt+Ctrl+Key)
|
# DMENU SCRIPTS (Alt+Ctrl+Key)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user