diff options
| author | Don Williams <don.e.williams@gmail.com> | 2025-11-19 18:36:51 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2025-11-19 18:36:51 -0500 |
| commit | 7cb667e732602e36762c31abefc1bfbb6f01c7b3 (patch) | |
| tree | a4b2b9fbe8cd97948e875f2571e091ca986a5b7f /config/hypr/UserConfigs | |
| parent | 4015eea740904baca74a7e6c772e866128ac2a2f (diff) | |
Fixing v3 WindowRules b4 testings
Tested the basic changes in NixOS. Found a couple rules here that were
wrong.
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
renamed: config/hypr/UserConfigs/WindowRules.conf-v3.conf -> config/hypr/UserConfigs/WindowRules-v3.conf
Diffstat (limited to 'config/hypr/UserConfigs')
| -rw-r--r-- | config/hypr/UserConfigs/WindowRules-v3.conf (renamed from config/hypr/UserConfigs/WindowRules.conf-v3.conf) | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/config/hypr/UserConfigs/WindowRules.conf-v3.conf b/config/hypr/UserConfigs/WindowRules-v3.conf index a35504f1..f093faf6 100644 --- a/config/hypr/UserConfigs/WindowRules.conf-v3.conf +++ b/config/hypr/UserConfigs/WindowRules-v3.conf @@ -2,43 +2,27 @@ # For window rules and layerrules # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more -# NOTES: This is only for Hyprland > 0.48 +# NOTES: This is only for Hyprland > 0.52 # note for ja: This should NOT be implemented on Debian and Ubuntu # windowrule - tags - add apps under appropriate tag to use the same settings # browser tags - # notif tags - # KooL settings tag - # terminal tags - # email tags - # project tags - # screenshare tags - # IM tags - # game tags - # gamestore tags - # file-manager tags - # wallpaper tags - # multimedia tags - # multimedia-video tags - # settings tags - # viewer tags - # Some special override rules # POSITION @@ -71,10 +55,6 @@ # windowrule - ######### float popups and dialogue ####### - - -# END of float popups and dialogue ####### - # OPACITY # SIZE @@ -469,7 +449,6 @@ windowrule { name = windowrule-58 match:title = ^(Picture-in-Picture)$ float = on - keepaspectratio = 1 move = 72% = 7% opacity = 0.95 = 0.75 pin = 0 |
