aboutsummaryrefslogtreecommitdiff
path: root/.repos/dwm
diff options
context:
space:
mode:
Diffstat (limited to '.repos/dwm')
-rw-r--r--.repos/dwm/config.h12
-rwxr-xr-x.repos/dwm/dwmbin62512 -> 62512 bytes
-rw-r--r--.repos/dwm/dwm.obin58488 -> 58808 bytes
3 files changed, 8 insertions, 4 deletions
diff --git a/.repos/dwm/config.h b/.repos/dwm/config.h
index 21e9000..bd97d4f 100644
--- a/.repos/dwm/config.h
+++ b/.repos/dwm/config.h
@@ -3,7 +3,7 @@
/* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
-static const int showbar = 1; /* 0 means no bar */
+static const int showbar = 0; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "monospace:size=10" };
static const char dmenufont[] = "monospace:size=10";
@@ -26,9 +26,13 @@ static const Rule rules[] = {
* WM_CLASS(STRING) = instance, class
* WM_NAME(STRING) = title
*/
- /* class instance title tags mask isfloating monitor */
- { "QuteBrowser", NULL, NULL, 1 << 2, 0, -1 },
- { "Spotify", NULL, NULL, 1 << 8, 0, -1 },
+ /* class instance title tags mask isfloating monitor */
+ { "qutebrowser", NULL, NULL, 1 << 0, 0, -1 },
+ { "Spotify", NULL, NULL, 1 << 8, 0, -1 },
+ { "TelegramDesktop", NULL, NULL, 1 << 7, 0, -1 },
+ { "Signal", NULL, NULL, 1 << 7, 0, -1 },
+ { "discord", NULL, NULL, 1 << 7, 0, -1 },
+ { NULL, NULL, "WhatsApp", 1 << 7, 0, -1 },
};
/* layout(s) */
diff --git a/.repos/dwm/dwm b/.repos/dwm/dwm
index 2a6420b..f147ac3 100755
--- a/.repos/dwm/dwm
+++ b/.repos/dwm/dwm
Binary files differ
diff --git a/.repos/dwm/dwm.o b/.repos/dwm/dwm.o
index ad17231..f7135c3 100644
--- a/.repos/dwm/dwm.o
+++ b/.repos/dwm/dwm.o
Binary files differ