diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-06-23 18:19:43 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-06-23 18:19:43 -0500 |
| commit | 26488dbdfca360694e9bfdf19bade661766826e7 (patch) | |
| tree | 9a79f53019a51742c5bae1f94466e7ac98fe142a /env/.config/hypr | |
| parent | 56a98496230ef62dc61c1e92051ba2397a298f5f (diff) | |
- config changes
- made remaps reload on buffer switch
- added auto switcher script
Diffstat (limited to 'env/.config/hypr')
| -rw-r--r-- | env/.config/hypr/hyprland.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/env/.config/hypr/hyprland.conf b/env/.config/hypr/hyprland.conf index 54d2e2c..b352a52 100644 --- a/env/.config/hypr/hyprland.conf +++ b/env/.config/hypr/hyprland.conf @@ -448,3 +448,12 @@ windowrule = size 60% 60%,title:(blob\:https://)(.*),class:xdg-desktop-portal-gt windowrule = float,title:Open Files,class:xdg-desktop-portal-gtk windowrule = size 60% 60%,title:Open Files,class:xdg-desktop-portal-gtk + +windowrule = noblur,class:showmethekey-gtk +windowrule = noshadow,class:showmethekey-gtk +windowrule = noborder,class:showmethekey-gtk + +windowrule = noblur,class:desktop-pet +windowrule = noshadow,class:desktop-pet +windowrule = noborder,class:desktop-pet +windowrule = float,class:desktop-pet |
