Resize Signal and Thunderbird on desktop (i3)

master
Quentin Duchemin 2019-11-20 22:42:26 +01:00
parent 771ef01cd9
commit 46ea8484ce
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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