From 1519a011a31dd2cd02b82b279658c8b3ad520998 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:16:02 +1000 Subject: [PATCH] Revert "hypr: enable systemd session with UWSM" This reverts commit b6738175843c94d18ecdafbf933aa35dc83ca0ee. --- modules/linux/hyprland.nix | 1 - stow/.config/hypr/hyprland.conf | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/linux/hyprland.nix b/modules/linux/hyprland.nix index 831bc3d..f07d294 100644 --- a/modules/linux/hyprland.nix +++ b/modules/linux/hyprland.nix @@ -2,7 +2,6 @@ { programs.hyprland.enable = true; - programs.hyprland.withUWSM = true; # Optional, hint electron apps to use wayland: environment.sessionVariables.NIXOS_OZONE_WL = "1"; diff --git a/stow/.config/hypr/hyprland.conf b/stow/.config/hypr/hyprland.conf index 3d31fc6..842b11a 100755 --- a/stow/.config/hypr/hyprland.conf +++ b/stow/.config/hypr/hyprland.conf @@ -21,7 +21,6 @@ exec-once = walker --gapplication-service exec-once = opensnitch-ui exec-once = systemctl status --user polkit-gnome-authentication-agent-1.service -exec-once = uwsm finalize exec-once = steam -silent & @@ -173,7 +172,7 @@ bind = $mainMod, V, exec, sh ~/.config/hypr/hyprlock.sh bind = $mainMod, SPACE, togglefloating, bind = $mainMod, W, killactive, -bind = $mainMod, M, exec, uwsm stop +bind = $mainMod, M, exit, #bind = $mainMod, P, pseudo, # dwindle # have no clue what this does bind = $mainMod, F, fullscreen