From 3710d953abdace4ae45d70dc5dd77f3e80577466 Mon Sep 17 00:00:00 2001 From: tomoron Date: Mon, 15 Jun 2026 02:28:55 +0200 Subject: [PATCH] fix windowsrulev2 deprecated, fix pinentry unfocused --- homeConfigs/global/wayland/hyprland.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/homeConfigs/global/wayland/hyprland.nix b/homeConfigs/global/wayland/hyprland.nix index a50e333..46a06fa 100644 --- a/homeConfigs/global/wayland/hyprland.nix +++ b/homeConfigs/global/wayland/hyprland.nix @@ -93,12 +93,9 @@ "$mainMod, o, exec, playerctl play-pause" ]; - windowrulev2 = [ - #ignore maximize requests - "suppressevent maximize, class:.*" - #fix dragging issues with xwayland - "nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0" - ]; + windowrule = [ + "match:class (pinentry-)(.*), stay_focused on" + ]; input = { kb_layout = "fr";