diff --git a/modules/wm/hyprland/config/eww/scripts/close.sh b/modules/wm/hyprland/config/eww/scripts/close.sh new file mode 100755 index 0000000..0ffcfc0 --- /dev/null +++ b/modules/wm/hyprland/config/eww/scripts/close.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +eww update hostname="$(hostname)" + +eww close-all diff --git a/modules/wm/hyprland/config/eww/scripts/open.sh b/modules/wm/hyprland/config/eww/scripts/open.sh index c50aa90..660a7f2 100755 --- a/modules/wm/hyprland/config/eww/scripts/open.sh +++ b/modules/wm/hyprland/config/eww/scripts/open.sh @@ -2,4 +2,4 @@ eww update hostname="$(hostname)" -eww open-many --toggle quote quicksettings appbar fetch sys power +eww open-many quote quicksettings appbar fetch sys power diff --git a/modules/wm/hyprland/config/hypr/keybinds.conf b/modules/wm/hyprland/config/hypr/keybinds.conf index 190c822..c7f3de7 100644 --- a/modules/wm/hyprland/config/hypr/keybinds.conf +++ b/modules/wm/hyprland/config/hypr/keybinds.conf @@ -4,10 +4,9 @@ $launcher = ~/.config/hypr/open.sh bind = SUPER, SPACE, exec, $launcher -bind = ALT, Q, exec, $terminal +bind = $mainMod, RETURN, exec, $terminal -bind = ALT, F4, killactive -bind = CONTROL, Q, killactive +bind = $mainMod, Q, killactive bind = , F11, fullscreen bind = $mainMod, P, exec, hyprlock