mirror of
git://git.suckless.org/dwm
synced 2025-08-01 12:42:12 -07:00
treating acroread and mplayer floating by default
This commit is contained in:
@@ -85,4 +85,6 @@ static Key key[] = { \
|
|||||||
static Rule rule[] = { \
|
static Rule rule[] = { \
|
||||||
/* class:instance:title regex tags regex isfloat */ \
|
/* class:instance:title regex tags regex isfloat */ \
|
||||||
{ "Gimp.*", NULL, True }, \
|
{ "Gimp.*", NULL, True }, \
|
||||||
|
{ "MPlayer.*", NULL, True }, \
|
||||||
|
{ "Acroread.*", NULL, True }, \
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user