diff options
author | Yigit Sever | 2024-12-16 09:52:20 +0100 |
---|---|---|
committer | Yigit Sever | 2024-12-16 09:52:20 +0100 |
commit | 4b4caf57c19e4e09fb87fddaf13191ced5e12212 (patch) | |
tree | 3e47c4cd177c4ad4d00bf85e384fbb32b0fa34b2 | |
parent | e3cf58f490b021dc905d3d6ce3752773d338e753 (diff) | |
download | dotfiles-4b4caf57c19e4e09fb87fddaf13191ced5e12212.tar.gz dotfiles-4b4caf57c19e4e09fb87fddaf13191ced5e12212.tar.bz2 dotfiles-4b4caf57c19e4e09fb87fddaf13191ced5e12212.zip |
hypr: fix zoom dropdowns
-rw-r--r-- | .config/hypr/conf/windowrules.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/hypr/conf/windowrules.conf b/.config/hypr/conf/windowrules.conf index 9f3995c..3dec9ee 100644 --- a/.config/hypr/conf/windowrules.conf +++ b/.config/hypr/conf/windowrules.conf | |||
@@ -71,3 +71,6 @@ windowrulev2 = float, class:^(thunderbird)$,title:^(Edit Item)$ | |||
71 | windowrulev2 = size 720 790, class:^(thunderbird)$,title:^(Edit Item)$ | 71 | windowrulev2 = size 720 790, class:^(thunderbird)$,title:^(Edit Item)$ |
72 | windowrulev2 = float, class:^(thunderbird)$,title:^(TbSync account manager)$ | 72 | windowrulev2 = float, class:^(thunderbird)$,title:^(TbSync account manager)$ |
73 | windowrulev2 = size 1100 880, class:^(thunderbird)$,title:^(Edit Item)$ | 73 | windowrulev2 = size 1100 880, class:^(thunderbird)$,title:^(Edit Item)$ |
74 | |||
75 | # Zoom | ||
76 | windowrulev2=stayfocused,class:(zoom),initialTitle:(menu window) | ||