mirror of
git://git.suckless.org/dwm
synced 2025-07-26 09:42:11 -07:00
added Acroread.* and MPlayer.* to config.arg.h rules
This commit is contained in:
@@ -68,4 +68,6 @@ static Rule rule[] = { \
|
|||||||
/* class:instance tags isfloat */ \
|
/* class:instance tags isfloat */ \
|
||||||
{ "Firefox.*", { [Tnet] = "net" }, False }, \
|
{ "Firefox.*", { [Tnet] = "net" }, False }, \
|
||||||
{ "Gimp.*", { 0 }, True}, \
|
{ "Gimp.*", { 0 }, True}, \
|
||||||
|
{ "MPlayer.*", { 0 }, True}, \
|
||||||
|
{ "Acroread.*", { 0 }, True}, \
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user