############################## ### WINDOWS AND WORKSPACES ### ############################## # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more # See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules # windowrule = float, tag:floating-window windowrule = center, tag:floating-window windowrule = size 800 600, tag:floating-window # Force windows to be a floating window windowrule = tag +floating-window, class:^(blueberry.py|org.gnome.Nautilus)$ # Force bluetooth settings to stay focused when visible. windowrule = stayfocused, class:(blueberry.py) # Clipboard history tui in floating window. windowrule = tag +floating-window, class:.*clipse.* windowrule = stayfocused, class:.*clipse.* # Ignore maximize requests from apps. You'll probably like this. windowrule = suppressevent maximize, class:.* # Just a dash of opacity by default. windowrule = opacity 0.97 0.92, class:.* # No opacity on youtube. windowrule = opacity 1.0, class:.*youtube.com.* # Fix some dragging issues with XWayland windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 #windowrule = float, class:.*pass.proton.me.* workspace = special:hidden, invisible