diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-07-31 23:20:13 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-07-31 23:20:13 +0900 |
| commit | cd1448fce4336b438f3f82a23cbe884c30778c74 (patch) | |
| tree | 6347d365cb2165348fc1b71854be8a05e46dfe7c /dwm/config.h | |
| parent | 9dfc0d976e2f16c79992b1acc56f081746d0681e (diff) | |
Init
Diffstat (limited to 'dwm/config.h')
| -rw-r--r-- | dwm/config.h | 2 |
1 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 }, |
