diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-18 21:59:02 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-18 21:59:02 +0900 |
| commit | 53ad9ed8bddcc53793cd0756d61796a5f9bb6259 (patch) | |
| tree | 7924a58ccab08714477fea8502723b70d9e96aa0 | |
| parent | c69c67b61a93dbb8d635fe9bbec09d524b311291 (diff) | |
updated windowrule-new.conf
| -rw-r--r-- | config/hypr/UserConfigs/WindowRules-new.conf | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/config/hypr/UserConfigs/WindowRules-new.conf b/config/hypr/UserConfigs/WindowRules-new.conf index 59871559..05593108 100644 --- a/config/hypr/UserConfigs/WindowRules-new.conf +++ b/config/hypr/UserConfigs/WindowRules-new.conf @@ -17,7 +17,11 @@ windowrule = tag +browser, class:^([Mm]icrosoft-edge(-stable|-beta|-dev|-unstabl windowrule = tag +browser, class:^(Brave-browser(-beta|-dev|-unstable)?)$ windowrule = tag +browser, class:^([Tt]horium-browser|[Cc]achy-browser)$ windowrule = tag +browser, class:^(zen-alpha|zen)$ + +# notif tags windowrule = tag +notif, class:^(swaync-control-center|swaync-notification-window|swaync-client|class)$ + +# KooL settings tag windowrule = tag +KooL_Cheat, title:^(KooL Quick Cheat Sheet)$ windowrule = tag +KooL_Settings, title:^(KooL Hyprland Settings)$ windowrule = tag +KooL-Settings, class:^(nwg-displays|nwg-look)$ @@ -59,7 +63,6 @@ windowrule = tag +file-manager, class:^([Tt]hunar|org.gnome.Nautilus|[Pp]cmanfm- windowrule = tag +file-manager, class:^(app.drey.Warp)$ # wallpaper tags -windowrule = tag +wallpaper title:^([Ww]aytrogen)$ windowrule = tag +wallpaper, class:^([Ww]aytrogen)$ # multimedia tags @@ -139,26 +142,29 @@ windowrule = float, class:^([Ff]erdium)$ windowrule = float, title:^(Picture-in-Picture)$ #windowrule = float, title:^(Firefox)$ - -#windowrule - float popups and dialogue +# windowrule - ######### float popups and dialogue ####### windowrule = float, title:^(Authentication Required)$ windowrule = center, title:^(Authentication Required)$ windowrule = float, class:(codium|codium-url-handler|VSCodium), title:negative:(.*codium.*|.*VSCodium.*) windowrule = float, class:^(com.heroicgameslauncher.hgl)$, title:negative:(Heroic Games Launcher) windowrule = float, class:^([Ss]team)$, title:negative:^([Ss]team)$ windowrule = float, class:([Tt]hunar), title:negative:(.*[Tt]hunar.*) -#windowrule = float, class:(electron), title:(Add Folder to Workspace) + windowrule = float, title:^(Add Folder to Workspace)$ windowrule = size 70% 60%, title:^(Add Folder to Workspace)$ windowrule = center, title:^(Add Folder to Workspace)$ + windowrule = float, title:^(Save As)$ windowrule = size 70% 60%, title:^(Save As)$ windowrule = center, title:^(Save As)$ + windowrule = float, initialTitle:(Open Files) windowrule = size 70% 60%, initialTitle:(Open Files) + windowrule = float, title:^(SDDM Background)$ #KooL's Dots YAD for setting SDDM background windowrule = center, title:^(SDDM Background)$ #KooL's Dots YAD for setting SDDM background windowrule = size 16% 12%, title:^(SDDM Background)$ #KooL's Dots YAD for setting SDDM background +# END of float popups and dialogue ####### # OPACITY windowrule = opacity 0.9 0.7, tag:browser* |
