From: Andre Ramnitz Date: Tue, 12 Dec 2023 19:43:01 +0000 (+0100) Subject: hyprland: update config X-Git-Tag: v0.2~338 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=b93d106b2509470dd91967a55d47d69bbc4365f0;p=dotfiles.git hyprland: update config --- diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 37cdae87..7403a84b 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -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 diff --git a/hypr/.config/hypr/scripts/daemons.sh b/hypr/.config/hypr/scripts/daemons.sh index c8bf495a..c1de6917 100755 --- a/hypr/.config/hypr/scripts/daemons.sh +++ b/hypr/.config/hypr/scripts/daemons.sh @@ -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'