From b93d106b2509470dd91967a55d47d69bbc4365f0 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Tue, 12 Dec 2023 20:43:01 +0100 Subject: [PATCH] hyprland: update config --- hypr/.config/hypr/hyprland.conf | 4 ++-- hypr/.config/hypr/scripts/daemons.sh | 7 +------ 2 files changed, 3 insertions(+), 8 deletions(-) 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' -- 2.51.2