Do not resize thunderbird dialogs

master
Quentin Duchemin 2022-09-12 12:10:30 +02:00
parent 5cce65726d
commit b093557fa0
3 changed files with 3 additions and 3 deletions

View File

@ -59,6 +59,6 @@ for_window [class="Catia*"] mark "jack", move scratchpad
bindsym $mod+Shift+j [con_mark="jack"] scratchpad show bindsym $mod+Shift+j [con_mark="jack"] scratchpad show
bindsym $mod+Shift+v [con_mark="mixer"] scratchpad show bindsym $mod+Shift+v [con_mark="mixer"] scratchpad show
for_window [class="thunderbird"] resize set 1600 850 for_window [class="thunderbird" window_type="normal"] resize set 1600 850
for_window [class="Signal"] resize set 1600 850 for_window [class="Signal"] resize set 1600 850
for_window [class="Telegram"] resize set 1600 850 for_window [class="Telegram"] resize set 1600 850

View File

@ -38,6 +38,6 @@ exec --no-startup-id xinput set-prop 'Microsoft Microsoft 3-Button Mouse with In
################################## ##################################
# Larger Thunderbird floating window # Larger Thunderbird floating window
for_window [class="thunderbird"] resize set 2500 1500 for_window [class="thunderbird" window_type="normal"] resize set 2500 1500
for_window [class="Signal"] resize set 2500 1500 for_window [class="Signal"] resize set 2500 1500
for_window [class="Telegram"] resize set 2500 1500 for_window [class="Telegram"] resize set 2500 1500

View File

@ -231,7 +231,7 @@ for_window [window_role="task_dialog"] floating enable
for_window [title="Preferences$"] floating enable for_window [title="Preferences$"] floating enable
for_window [class="Telegram"] floating enable for_window [class="Telegram"] floating enable
for_window [class="Thunderbird"] move position center for_window [class="(?i)Thunderbird"] move position center
# scratchpad # scratchpad
# Make the currently focused window a scratchpad # Make the currently focused window a scratchpad