From ec1c4e9219b219c38325c9c6b8a12d0da03f67cd Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 2 Apr 2020 22:23:41 +0200 Subject: Added thunderbird to environment --- .repos/dwm/config.h | 1 + .repos/dwm/dwm | Bin 62512 -> 66608 bytes .repos/dwm/dwm.o | Bin 58864 -> 58920 bytes 3 files changed, 1 insertion(+) (limited to '.repos/dwm') 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 index edc672d..b5eb427 100755 Binary files a/.repos/dwm/dwm and b/.repos/dwm/dwm differ diff --git a/.repos/dwm/dwm.o b/.repos/dwm/dwm.o index c8d6de1..2b60050 100644 Binary files a/.repos/dwm/dwm.o and b/.repos/dwm/dwm.o differ -- cgit v1.2.3