fix: window class for floating windows
This commit is contained in:
parent
ff2152ec3b
commit
eb7b2deb01
@ -54,13 +54,13 @@ super + shift + {h,j,k,l}
|
|||||||
player {prev,stop,toggle,next}
|
player {prev,stop,toggle,next}
|
||||||
|
|
||||||
super + shift + m
|
super + shift + m
|
||||||
$TERMINAL -g 128x32 -c "float" -e ncmpc
|
$TERMINAL -g 128x32 -c "floating" -e ncmpc
|
||||||
|
|
||||||
super + shift + n
|
super + shift + n
|
||||||
$TERMINAL -g 128x32 -c "float" -e neomutt
|
$TERMINAL -g 128x32 -c "floating" -e neomutt
|
||||||
|
|
||||||
super + shift + t
|
super + shift + t
|
||||||
$TERMINAL -g 128x32 -c "float" -e tremc
|
$TERMINAL -g 128x32 -c "floating" -e tremc
|
||||||
|
|
||||||
super + shift + b
|
super + shift + b
|
||||||
script="$(printf "bibinput\nbibshow" | dmenu -i -p "which script?")" && $script
|
script="$(printf "bibinput\nbibshow" | dmenu -i -p "which script?")" && $script
|
||||||
|
Reference in New Issue
Block a user