summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dwm/config.h2
-rwxr-xr-xdwm/dwmbin144280 -> 144280 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/dwm/config.h b/dwm/config.h
index d1b5ba2..9191e7c 100644
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -70,7 +70,7 @@ static const Rule rules[] = {
* WM_NAME(STRING) = title
*/
/* class instance title tags mask allowkill isfloating isterminal noswallow monitor */
- { "Gimp", NULL, NULL, 1 << 8, 1, 0, 0, 0, -1 },
+ { "Gimp", NULL, NULL, 1 << 6, 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 },
{ TERMCLASS, NULL, NULL, 0, 1, 0, 1, 0, -1 },
diff --git a/dwm/dwm b/dwm/dwm
index fcf5bbd..35fb252 100755
--- a/dwm/dwm
+++ b/dwm/dwm
Binary files differ