Do not resize thunderbird dialogs
parent
5cce65726d
commit
b093557fa0
|
@ -59,6 +59,6 @@ for_window [class="Catia*"] mark "jack", move scratchpad
|
|||
bindsym $mod+Shift+j [con_mark="jack"] 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="Telegram"] resize set 1600 850
|
||||
|
|
|
@ -38,6 +38,6 @@ exec --no-startup-id xinput set-prop 'Microsoft Microsoft 3-Button Mouse with In
|
|||
##################################
|
||||
|
||||
# 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="Telegram"] resize set 2500 1500
|
||||
|
|
|
@ -231,7 +231,7 @@ for_window [window_role="task_dialog"] floating enable
|
|||
for_window [title="Preferences$"] floating enable
|
||||
for_window [class="Telegram"] floating enable
|
||||
|
||||
for_window [class="Thunderbird"] move position center
|
||||
for_window [class="(?i)Thunderbird"] move position center
|
||||
|
||||
# scratchpad
|
||||
# Make the currently focused window a scratchpad
|
||||
|
|
Loading…
Reference in New Issue