diff options
| -rw-r--r-- | .config/dwm/config.h | 4 |
1 files 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] = { | |||
| 31 | }; | 31 | }; |
| 32 | 32 | ||
| 33 | /* tagging */ | 33 | /* tagging */ |
| 34 | static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; | 34 | static const char *tags[] = { "1", "2", "3", "4" }; |
| 35 | 35 | ||
| 36 | static const Rule rules[] = { | 36 | static const Rule rules[] = { |
| 37 | /* xprop(1): | 37 | /* xprop(1): |
| @@ -39,7 +39,7 @@ static const Rule rules[] = { | |||
| 39 | * WM_NAME(STRING) = title | 39 | * WM_NAME(STRING) = title |
| 40 | */ | 40 | */ |
| 41 | /* class | instance | title | tagsmask | isfloating | monitor */ | 41 | /* class | instance | title | tagsmask | isfloating | monitor */ |
| 42 | { "TelegramDesktop", NULL, NULL, 1 << 6, 0, -1 }, | 42 | { "TelegramDesktop", NULL, NULL, 1 << 3, 0, -1 }, |
| 43 | { NULL, NULL, "stfloat", 0, 1, -1 }, | 43 | { NULL, NULL, "stfloat", 0, 1, -1 }, |
| 44 | { NULL, NULL, "Picture-in-Picture", TAGMASK, 1, -1 }, | 44 | { NULL, NULL, "Picture-in-Picture", TAGMASK, 1, -1 }, |
| 45 | }; | 45 | }; |
