diff options
author | Yigit Sever | 2024-10-10 10:11:58 +0200 |
---|---|---|
committer | Yigit Sever | 2024-10-10 10:11:58 +0200 |
commit | 70fdb1c9184cc2342bfb4592bbfb513c7bcafa99 (patch) | |
tree | b15ad22c49cda4cf359bf450c134cd3b83e9b7e7 /.config/hypr/conf/windowrules.conf | |
parent | 7a24b71373f915fb95bdc1868b7a839dee3a6523 (diff) | |
download | dotfiles-70fdb1c9184cc2342bfb4592bbfb513c7bcafa99.tar.gz dotfiles-70fdb1c9184cc2342bfb4592bbfb513c7bcafa99.tar.bz2 dotfiles-70fdb1c9184cc2342bfb4592bbfb513c7bcafa99.zip |
hypr: float thunderbird dialogs
Diffstat (limited to '.config/hypr/conf/windowrules.conf')
-rw-r--r-- | .config/hypr/conf/windowrules.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/hypr/conf/windowrules.conf b/.config/hypr/conf/windowrules.conf index c62b1fa..9f3995c 100644 --- a/.config/hypr/conf/windowrules.conf +++ b/.config/hypr/conf/windowrules.conf | |||
@@ -69,3 +69,5 @@ windowrulev2 = workspace name:music silent, class:^(Spotify)$ | |||
69 | # Thunderbird | 69 | # Thunderbird |
70 | windowrulev2 = float, class:^(thunderbird)$,title:^(Edit Item)$ | 70 | 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)$ | ||
73 | windowrulev2 = size 1100 880, class:^(thunderbird)$,title:^(Edit Item)$ | ||