1
0

move i3 stuff

This commit is contained in:
dtb 2022-06-16 18:11:03 -04:00
parent 9b772eccac
commit 57ea5c20b8
2 changed files with 6 additions and 33 deletions

View File

@ -1,27 +0,0 @@
mod1 + F4
i3-msg kill
mod1 + {h,j,k,l}
i3-msg focus {left,down,up,right}
mod1 + f
i3-msg fullscreen toggle
mod1 + F11
i3-msg fullscreen toggle
mod1 + {s,w}
i3-msg layout {stacking,tabbed}
mod1 + e
i3-msg layout toggle split
mod1 + space
i3-msg focus mode_toggle
mod1 + shift + space
i3-msg floating toggle
mod1 + shift + {h,j,k,l}
i3-msg move {left,down,up,right}
mod1 + shift + e
[ "Yes." = $(printf "No.\nYes." | dmenu -p "You pressed the exit shortcut. Do you really want to exit? This will end your X session.") ] && i3-msg exit

View File

@ -16,9 +16,9 @@ Print
scrot
mod1 + {_,shift +}F4
bspc node -{c,k}
bspc node -{c,k} || i3-msg kill
mod1 + {_,shift +}q
bspc node -{c,k}
bspc node -{c,k} || i3-msg kill
mod1 + {_,shift +}{1-4}
bspc {desktop -f,node -d} '^{1-4}'
@ -34,7 +34,7 @@ mod1 + shift + minus
mod1 + shift + e
if [ "Yes." = $(printf "No.\nYes." | dmenu -fn unscii -nb '#000' -nf '#FFDBDB' -p '$' -sb '#FFDBDB' -sf '#000' -p "You pressed the exit shortcut. Do you really want to exit? This will end your X session.") ]; \
then bspc quit || pkill X; fi
then bspc quit || i3-msg exit || pkill X; fi
mod1 + shift + r
bspc wm -r; pkill -USR1 -x sxhkd
@ -43,13 +43,13 @@ mod1 + d
dmenu_run -fn unscii -nb '#000' -nf '#FFDBDB' -p '$' -sb '#FFDBDB' -sf '#000'
mod1 + f
bspc node -t '~fullscreen'
bspc node -t '~fullscreen' || i3-msg fullscreen toggle
mod1 + {h,j,k,l}
bspc node -f {west,south,north,east}
bspc node -f {west,south,north,east} || i3-msg focus {left,down,up,right}
mod1 + shift + {h,j,k,l}
bspc node -s {west,south,north,east}
bspc node -s {west,south,north,east} || i3-msg move {left,down,up,right}
mod1 + Return
$TERMINAL