rename wm-force-floating to WM_FORCE_FLOATING
This commit is contained in:
parent
dd8742456a
commit
06868285d3
1
README
1
README
|
@ -53,5 +53,6 @@ Customisations
|
||||||
------
|
------
|
||||||
|
|
||||||
* Custom configuration of config.h
|
* Custom configuration of config.h
|
||||||
|
* windows with title of 'WM_FORCE_FLOATING' are set to floating automatically.
|
||||||
* Merged patch: https://dwm.suckless.org/patches/bottomstack/dwm-bottomstack-6.1.diff
|
* Merged patch: https://dwm.suckless.org/patches/bottomstack/dwm-bottomstack-6.1.diff
|
||||||
* Merged patch: https://dwm.suckless.org/patches/hide_vacant_tags/dwm-hide_vacant_tags-6.2.diff
|
* Merged patch: https://dwm.suckless.org/patches/hide_vacant_tags/dwm-hide_vacant_tags-6.2.diff
|
||||||
|
|
2
config.h
2
config.h
|
@ -32,7 +32,7 @@ static const Rule rules[] = {
|
||||||
{ "mpv", NULL, NULL, 0, 1, -1 },
|
{ "mpv", NULL, NULL, 0, 1, -1 },
|
||||||
{ "st", NULL, "terminal-floating",
|
{ "st", NULL, "terminal-floating",
|
||||||
0, 1, -1 },
|
0, 1, -1 },
|
||||||
{ NULL, NULL, "wm-force-floating",
|
{ NULL, NULL, "WM_FORCE_FLOATING",
|
||||||
0, 1, -1 },
|
0, 1, -1 },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue