From 9bac65e554c3c0235bae39f5bbf8232ec45eee99 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Fri, 11 Dec 2020 10:08:25 +0100 Subject: [PATCH] Remove 5 tags --- .suckless/dwm/config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.suckless/dwm/config.h b/.suckless/dwm/config.h index d57ff3f..617c8da 100644 --- a/.suckless/dwm/config.h +++ b/.suckless/dwm/config.h @@ -20,16 +20,16 @@ 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): - * WM_CLASS(STRING) = instance, class - * WM_NAME(STRING) = title + * WM_CLASS(STRING) = instance, class + * WM_NAME(STRING) = title */ /* class instance title tags mask isfloating monitor */ - { NULL, NULL, NULL, 0, False, -1 }, - { "KeePassXC", NULL, NULL, 1 << 8, False, -1 }, + { NULL, NULL, NULL, 0, False, -1 }, + { "KeePassXC", NULL, NULL, 1 << 3, False, -1 }, }; /* layout(s) */