diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-13 20:39:08 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-13 20:39:08 +0900 |
| commit | 3d952b18971b9e234530abc3734e6a13ef225fe0 (patch) | |
| tree | 58dfdbb096277fa315485688df1bc07359dab0cf /config/hypr/UserConfigs/WindowRules.conf | |
| parent | 99fa69597c519b0618730ebb388bb08a6a07a188 (diff) | |
updated windowrules.conf
Diffstat (limited to 'config/hypr/UserConfigs/WindowRules.conf')
| -rw-r--r-- | config/hypr/UserConfigs/WindowRules.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 67592fee..d15d4d00 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -13,6 +13,7 @@ windowrulev2 = tag +browser, class:^(Brave-browser(-beta|-dev|-unstable)?)$ windowrulev2 = tag +browser, class:^([Tt]horium-browser|[Cc]achy-browser)$ windowrulev2 = tag +browser, class:^(zen-alpha|zen)$ windowrulev2 = tag +notif, class:^(swaync-control-center|swaync-notification-window|swaync-client|class)$ +windowrulev2 = tag +KooL_Cheat, title:^(KooL Quick Cheat Sheet)$ windowrulev2 = tag +KooL_Settings, title:^(KooL Hyprland Settings)$ windowrulev2 = tag +KooL-Settings, class:^(nwg-displays|nwg-look)$ @@ -81,7 +82,7 @@ windowrulev2 = tag +viewer, class:^(eog|org.gnome.Loupe)$ # image viewer # POSITION # windowrulev2 = center,floating:1 # warning, it cause even the menu to float and center. -windowrulev2 = center, title:^(KooL Quick Cheat Sheet)$ +windowrulev2 = center, tag:KooL_Cheat* windowrulev2 = center, class:([Tt]hunar), title:negative:(.*[Tt]hunar.*) windowrulev2 = center, title:^(ROG Control)$ windowrulev2 = center, tag:KooL-Settings* @@ -113,7 +114,7 @@ windowrulev2 = workspace 6 silent, class:^(.virt-manager-wrapped)$ windowrulev2 = workspace 9 silent, tag:multimedia* # FLOAT -windowrulev2 = float, title:^(KooL Quick Cheat Sheet)$ +windowrulev2 = float, tag:KooL_Cheat* windowrulev2 = float, tag:wallpaper* windowrulev2 = float, tag:settings* windowrulev2 = float, tag:viewer* @@ -163,7 +164,7 @@ windowrulev2 = opacity 0.95 0.75, title:^(Picture-in-Picture)$ # SIZE -windowrulev2 = size 65% 90%, title:^(KooL Quick Cheat Sheet)$ +windowrulev2 = size 65% 90%, tag:KooL_Cheat* windowrulev2 = size 70% 70%, tag:wallpaper* windowrulev2 = size 70% 70%, tag:settings* windowrulev2 = size 60% 70%, class:^([Ww]hatsapp-for-linux|ZapZap|com.rtosta.zapzap)$ @@ -200,4 +201,4 @@ layerrule = ignorezero, notifications #layerrule = ignorezero, <rofi> #layerrule = ignorezero, overview -#layerrule = blur, overview +#layerrule = blur, overview
\ No newline at end of file |
