From 96aed9a74b92194b170d987e46bf5fb5d6714572 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Wed, 23 Apr 2025 22:29:12 +0200 Subject: [PATCH] fixes to the config of hyprland --- modules/wm/hyprland/config/eww/scripts/close.sh | 2 -- modules/wm/hyprland/config/hypr/open.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/wm/hyprland/config/eww/scripts/close.sh b/modules/wm/hyprland/config/eww/scripts/close.sh index 0ffcfc0..c03d1b6 100755 --- a/modules/wm/hyprland/config/eww/scripts/close.sh +++ b/modules/wm/hyprland/config/eww/scripts/close.sh @@ -1,5 +1,3 @@ #!/bin/sh -eww update hostname="$(hostname)" - eww close-all diff --git a/modules/wm/hyprland/config/hypr/open.sh b/modules/wm/hyprland/config/hypr/open.sh index 31d66db..007b270 100755 --- a/modules/wm/hyprland/config/hypr/open.sh +++ b/modules/wm/hyprland/config/hypr/open.sh @@ -1,5 +1,5 @@ #!/bin/sh -(pkill wofi && ~/.config/eww/scripts/open.sh) || +(pkill wofi && ~/.config/eww/scripts/close.sh) || (wofi --show drun & ~/.config/eww/scripts/open.sh)