diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index c9088bd..2d2b687 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -320,3 +320,14 @@ windowrule = suppress_event maximize, match:class .* # Fix some dragging issues with XWayland windowrule = no_focus class:^$,match:title ^$,match:xwayland 1,float on,match:fullscreen 0,match:pin 0 + +windowrule = float on, match:class ^(Unity)$#, title:^(Unity)$ +# windowrule = center on, match:class ^(Unity)$#, title:^(Unity)$ + +env = GDK_BACKEND,x11 + +env = _JAVA_AWT_WM_NONREPARENTING,1 + +env = XDG_CURRENT_DESKTOP,Hyprland +env = XDG_SESSION_TYPE,wayland +env = XDG_SESSION_DESKTOP,Hyprland