diff options
author | zachir <zachir@librem.one> | 2025-07-01 16:58:50 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-01 16:58:50 -0500 |
commit | bd0df99a4ee242b0e5f9e83c134389065bcb8982 (patch) | |
tree | dc03887197d832907857db175e7dea54dee609a5 /hypr | |
parent | cd5c43d1c22297a4da818b46e946b6a8e9287842 (diff) |
Update windowrules
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index bc2449d..4351ad7 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -196,12 +196,12 @@ plugin { # Example windowrule v2 # windowrule = float, class:^(kitty)$, title:^(kitty)$ # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more -windowrule = fullscreen, ^(Xephyr)$ +windowrule = fullscreen, class:^(Xephyr)$ windowrule = float, title:^(LibreWolf - Choose User Profile)$ -windowrule = float, ^(xdg-desktop-portal-gtk) +windowrule = float, class:^(xdg-desktop-portal-gtk) windowrule = float, title:^(UNDERTALE)$ -windowrule = float, ^(Tk)$ -windowrule = float, ^(lxqt-policykit-agent)$ +windowrule = float, class:^(Tk)$ +windowrule = float, class:^(lxqt-policykit-agent)$ windowrulev2 = stayfocused, title:^()$, class:^(steam)$ windowrulev2 = minsize 1 1, title:^()$, class:^(steam)$ windowrulev2 = stayfocused, title:^(menu)$,class:^(yabridge-host.exe.so)$ @@ -210,7 +210,7 @@ windowrulev2 = float, class:^(yabridge-host.exe.so)$, title:^(menu)$ windowrulev2 = float, floating:0, title:^(menu*) windowrule = workspace 2, title:^(REAPER .*initializing.*)$ windowrulev2 = tile, class:^(REAPER)$, title:^(.*REAPER v[0-9.]* - Licensed for personal/small business use)$ -windowrule = tile, ^(WebApp-Qobuz[0-9]*)$ +windowrule = tile, class:^(WebApp-Qobuz[0-9]*)$ windowrulev2 = float, title:^(menu)$ windowrulev2 = move cursor -50% -50%, class:^(yabridge-host.exe.so)$, title:^(menu)$ #windowrulev2 = nofocus, class:^(yabridge-host.exe.so)$, title:^(\s*)$ |