]> Freerunner's - dotfiles.git/commitdiff
hyprland: update config
authorAndre Ramnitz <tux.rising@gmail.com>
Tue, 12 Dec 2023 19:43:01 +0000 (20:43 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:52 +0000 (18:18 +0200)
hypr/.config/hypr/hyprland.conf
hypr/.config/hypr/scripts/daemons.sh

index 37cdae8712eb32749284946b1ce1b105d8047b90..7403a84bbcff64d55f0f8f64be55ccad872ede9f 100644 (file)
@@ -180,8 +180,8 @@ bind = $mainMod Shift, Return, exec, foot -a popup -L /usr/bin/fish
 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
index c8bf495a61906be0611d9202188e2e26f2c4f8eb..c1de6917129bd7487f4b52537795173c1ac2e679 100755 (executable)
@@ -4,15 +4,10 @@ logger 'userland daemons startup begin'
 
 
 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'