diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-21 22:17:50 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-21 22:17:50 +0900 |
| commit | 15a5541c3a22bcc4928d539d0d39743148c6d378 (patch) | |
| tree | e4d7dfee5be32ffcae6813eddcbf6efffd26760b | |
| parent | 1ef1f8a0ffe868cb815f8ab68b0415ccf2598d12 (diff) | |
modified dwm/config.def.h
| -rw-r--r-- | dwm/config.def.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dwm/config.def.h b/dwm/config.def.h index 90db529..afafc3f 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -116,7 +116,7 @@ static Sp scratchpads[] = { }; /* tagging */ -static const char *tags[] = { "", "", "", "", "", "", "", "", "" }; +static const char *tags[] = { "", "", "", "", "", "", "", "", "" }; static const char *tagsalt[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; static char *tagsel[][2] = { { "#f8f8f2", "#005577" }, @@ -146,9 +146,9 @@ static const Rule rules[] = { */ /* class instance title tags mask allowkill focusopacity unfocusopacity isfloating isterminal noswallow monitor resizehints border width */ { BROWSER, "Navigator", NULL, 1 << 1, 1, activeopacity, inactiveopacity, 0, 0, -1, -1, 1, -1 }, - { "mpv", "mpvk", NULL, 1 << 2, 1, activeopacity, inactiveopacity, 0, 1, -1, -1, 0, 0 }, - { TERMCLASS, "ncmpcpp", NULL, 1 << 3, 1, activeopacity, inactiveopacity, 0, 1, 0, -1, 1, -1 }, - { "libreoffice", "libreoffice", NULL, 1 << 4, 1, activeopacity, inactiveopacity, 0, 1, 0, -1, 1, -1 }, + { "libreoffice", "libreoffice", NULL, 1 << 2, 1, activeopacity, inactiveopacity, 0, 1, 0, -1, 1, -1 }, + { "mpv", "mpvk", NULL, 1 << 3, 1, activeopacity, inactiveopacity, 0, 1, -1, -1, 0, 0 }, + { TERMCLASS, "ncmpcpp", NULL, 1 << 4, 1, activeopacity, inactiveopacity, 0, 1, 0, -1, 1, -1 }, { "Virt-manager", "virt-manager", NULL, 1 << 5, 1, activeopacity, inactiveopacity, 0, 0, 0, -1, 1, -1 }, { "Gimp", NULL, NULL, 1 << 6, 1, activeopacity, inactiveopacity, 1, 0, 0, -1, 1, -1 }, { TERMCLASS, "bg", NULL, 1 << 6, 1, activeopacity, inactiveopacity, 0, 1, 0, -1, 1, -1 }, |
