Sync the missed hover key in sxhkdrc with i3

This commit is contained in:
M. Yas. Davoodeh 2020-08-01 21:40:44 +04:30
parent 628d9bcbf1
commit 323f531226

View File

@ -29,8 +29,6 @@ super + shift + e
st -e abook -C ~/.config/abook/abookrc --datafile ~/.config/abook/addressbook st -e abook -C ~/.config/abook/abookrc --datafile ~/.config/abook/addressbook
super + {_,shift +} r super + {_,shift +} r
$TERMINAL -e {lf,htop} $TERMINAL -e {lf,htop}
super + {_,shift +} t
bspc node focused -t \~floating ; hover {left,right}
super + y super + y
bspc node @focused:/ --rotate 89 bspc node @focused:/ --rotate 89
super + u super + u
@ -74,6 +72,8 @@ super + Return
# TODO float terminal # TODO float terminal
super + {z,x} super + {z,x}
bspc config window_gap $(($(bspc config window_gap) {-,+} 3)) bspc config window_gap $(($(bspc config window_gap) {-,+} 3))
super + {_,shift +} v
bspc node focused -t \~floating ; hover {right,left}
# remove and restore polybar # remove and restore polybar
# super + b # super + b
# \{ pgrep polybar && \{ killall polybar ; bspc config top_padding 0 \} \} || \{ launch_polybar ; bspc config top_padding 24 \} # \{ pgrep polybar && \{ killall polybar ; bspc config top_padding 0 \} \} || \{ launch_polybar ; bspc config top_padding 24 \}