From e541d7b3537fada3f31866d157ff1ea21c627894 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 9 May 2026 22:07:34 +0200 Subject: Reduce number of virtual desktops (DWM tags) --- .config/dwm/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/dwm/config.h b/.config/dwm/config.h index 7539bb7..dd56c43 100644 --- a/.config/dwm/config.h +++ b/.config/dwm/config.h @@ -31,7 +31,7 @@ static const char *colors[][3] = { }; /* tagging */ -static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; +static const char *tags[] = { "1", "2", "3", "4" }; static const Rule rules[] = { /* xprop(1): @@ -39,7 +39,7 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class | instance | title | tagsmask | isfloating | monitor */ - { "TelegramDesktop", NULL, NULL, 1 << 6, 0, -1 }, + { "TelegramDesktop", NULL, NULL, 1 << 3, 0, -1 }, { NULL, NULL, "stfloat", 0, 1, -1 }, { NULL, NULL, "Picture-in-Picture", TAGMASK, 1, -1 }, }; -- cgit v1.3