Resize Signal and Thunderbird on desktop (i3)
parent
771ef01cd9
commit
46ea8484ce
|
@ -43,3 +43,6 @@ for_window [class="Non-Mixer"] mark "mixer", move scratchpad
|
|||
for_window [class="Catia*"] mark "jack", move scratchpad
|
||||
bindsym $mod+Shift+j [con_mark="jack"] scratchpad show
|
||||
bindsym $mod+Shift+n [con_mark="mixer"] scratchpad show
|
||||
|
||||
for_window [class="Mail"] resize set 1600 850
|
||||
for_window [class="Signal"] resize set 1600 850
|
||||
|
|
|
@ -12,7 +12,7 @@ fi
|
|||
updates=$(("$updates_arch" + "$updates_aur"))
|
||||
|
||||
if [ "$updates" -gt 0 ]; then
|
||||
echo "%{F#dd7777}%{F#ddd} $updates"
|
||||
echo "%{F#dd7777}%{F#ddd} $updates_arch | $updates_aur"
|
||||
else
|
||||
echo "%{F#77dd77}%{F#ddd} 0"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue