bind = $mainMod, E, exec, dolphin
bind = $mainMod, F, fullscreen,1
bind = $mainMod, V, togglefloating,
-bind = $mainMod, D, exec, wofi --show drun
-bind = $mainMod, R, exec, wofi --show run
+bind = $mainMod, D, exec, wofi --term=foot --show drun
+bind = $mainMod, R, exec, wofi --term=foot --show run
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, S, togglesplit, # dwindle
bind = $sureMod, G, togglegroup
if [[ ! $(pidof mpd) ]]; then
- mpd &
+ mpd && mpd-mpris &
logger 'mpd started'
fi
-if [[ ! $(pidof mpd-mpris) ]]; then
- mpd-mpris &
- logger 'mpd-mpris started'
-fi
-
if [[ ! $(pidof swww-daemon) ]]; then
swww init &
logger 'swww-daemon started'