fix: window class for floating windows

This commit is contained in:
David JULIEN 2021-09-11 16:23:45 +02:00
parent ff2152ec3b
commit eb7b2deb01
1 changed files with 3 additions and 3 deletions

View File

@ -54,13 +54,13 @@ super + shift + {h,j,k,l}
player {prev,stop,toggle,next}
super + shift + m
$TERMINAL -g 128x32 -c "float" -e ncmpc
$TERMINAL -g 128x32 -c "floating" -e ncmpc
super + shift + n
$TERMINAL -g 128x32 -c "float" -e neomutt
$TERMINAL -g 128x32 -c "floating" -e neomutt
super + shift + t
$TERMINAL -g 128x32 -c "float" -e tremc
$TERMINAL -g 128x32 -c "floating" -e tremc
super + shift + b
script="$(printf "bibinput\nbibshow" | dmenu -i -p "which script?")" && $script