summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-07-31 23:53:35 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-07-31 23:53:35 +0900
commit1318e1f39065aeda6ba2e47a9fef64aaca7e2fe2 (patch)
treee3c754015058855366b5e7ad322aae46517de473
parentcd1448fce4336b438f3f82a23cbe884c30778c74 (diff)
Init
-rw-r--r--dwm/config.h4
-rwxr-xr-xdwm/dwmbin144280 -> 144280 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/dwm/config.h b/dwm/config.h
index 9191e7c..7f93d5d 100644
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -70,9 +70,9 @@ static const Rule rules[] = {
* WM_NAME(STRING) = title
*/
/* class instance title tags mask allowkill isfloating isterminal noswallow monitor */
- { "Gimp", NULL, NULL, 1 << 6, 1, 0, 0, 0, -1 },
+ { "Gimp", NULL, NULL, 1 << 7, 1, 0, 0, 0, -1 },
{ "kakaotalk", NULL, NULL, 1 << 8, 1, 0, 0, -1, -1 },
- { "afreecatvstreamer", NULL, NULL, 1 << 7, 1, 0, 0, 0, -1 },
+ { "afreecatvstreamer", NULL, NULL, 1 << 6, 1, 0, 0, 0, -1 },
{ TERMCLASS, NULL, NULL, 0, 1, 0, 1, 0, -1 },
{ BROWSERCLASS, NULL, NULL, 0, 1, 0, 0, -1, -1 },
{ TERMCLASS, "floatterm", NULL, 0, 1, 1, 1, 0, -1 },
diff --git a/dwm/dwm b/dwm/dwm
index 35fb252..323a4cf 100755
--- a/dwm/dwm
+++ b/dwm/dwm
Binary files differ