diff options
-rw-r--r-- | .repos/dwm/config.h | 1 | ||||
-rwxr-xr-x | .repos/dwm/dwm | bin | 62512 -> 66608 bytes | |||
-rw-r--r-- | .repos/dwm/dwm.o | bin | 58864 -> 58920 bytes | |||
-rwxr-xr-x | .scripts/environment (renamed from .scripts/code) | 1 | ||||
-rw-r--r-- | .xinitrc | 2 |
5 files changed, 3 insertions, 1 deletions
diff --git a/.repos/dwm/config.h b/.repos/dwm/config.h index e0f3238..b218ea6 100644 --- a/.repos/dwm/config.h +++ b/.repos/dwm/config.h @@ -32,6 +32,7 @@ static const Rule rules[] = { { "TelegramDesktop", NULL, NULL, 1 << 7, 0, -1 }, { "Signal", NULL, NULL, 1 << 7, 0, -1 }, { "discord", NULL, NULL, 1 << 7, 0, -1 }, + { "Thunderbird", NULL, NULL, 1 << 6, 0, -1 }, { NULL, NULL, "WhatsApp", 1 << 7, 0, -1 }, { NULL, NULL, "DISPATCH", 1 << 2, 0, -1 }, }; diff --git a/.repos/dwm/dwm b/.repos/dwm/dwm Binary files differindex edc672d..b5eb427 100755 --- a/.repos/dwm/dwm +++ b/.repos/dwm/dwm diff --git a/.repos/dwm/dwm.o b/.repos/dwm/dwm.o Binary files differindex c8d6de1..2b60050 100644 --- a/.repos/dwm/dwm.o +++ b/.repos/dwm/dwm.o diff --git a/.scripts/code b/.scripts/environment index 922a5f6..42ad665 100755 --- a/.scripts/code +++ b/.scripts/environment @@ -11,6 +11,7 @@ exec telegram-desktop & exec signal-desktop & exec discord & exec whatsapp-nativefier-dark & +exec thunderbird & exec spotify dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Play @@ -9,7 +9,7 @@ setxkbmap -rules evdev -model evdev -layout us -variant altgr-intl xrdb -merge /home/melvin/.Xresources & xset r rate 300 50 & wmname LG3D & -code & +environment & dwm_time & exec dwm |