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";