diff options
author | Yigit Sever | 2024-09-19 11:41:50 +0200 |
---|---|---|
committer | Yigit Sever | 2024-09-19 11:41:50 +0200 |
commit | c1180994499391b6b97d691860fd6509b3fe6864 (patch) | |
tree | f678df45be75b79939a0559987ea457e6743793b /.config/hypr/conf/windowrules.conf | |
parent | 998b43ae81c8d26962a9521da686452c22c97c4c (diff) | |
download | dotfiles-c1180994499391b6b97d691860fd6509b3fe6864.tar.gz dotfiles-c1180994499391b6b97d691860fd6509b3fe6864.tar.bz2 dotfiles-c1180994499391b6b97d691860fd6509b3fe6864.zip |
hypr: float thunderbird dialogues
Diffstat (limited to '.config/hypr/conf/windowrules.conf')
-rw-r--r-- | .config/hypr/conf/windowrules.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/hypr/conf/windowrules.conf b/.config/hypr/conf/windowrules.conf index 178a1bc..c62b1fa 100644 --- a/.config/hypr/conf/windowrules.conf +++ b/.config/hypr/conf/windowrules.conf | |||
@@ -65,3 +65,7 @@ windowrulev2 = size 505 100, class:^(Thunar)$,title:^(File Operation Progress)$ | |||
65 | 65 | ||
66 | # Spotify | 66 | # Spotify |
67 | windowrulev2 = workspace name:music silent, class:^(Spotify)$ | 67 | windowrulev2 = workspace name:music silent, class:^(Spotify)$ |
68 | |||
69 | # Thunderbird | ||
70 | windowrulev2 = float, class:^(thunderbird)$,title:^(Edit Item)$ | ||
71 | windowrulev2 = size 720 790, class:^(thunderbird)$,title:^(Edit Item)$ | ||