mirror of
https://github.com/pikami/dwm.git
synced 2025-02-05 23:46:42 +00:00
treating acroread and mplayer floating by default
This commit is contained in:
parent
8d0e58f80b
commit
e5765cdd84
@ -85,4 +85,6 @@ static Key key[] = { \
|
||||
static Rule rule[] = { \
|
||||
/* class:instance:title regex tags regex isfloat */ \
|
||||
{ "Gimp.*", NULL, True }, \
|
||||
{ "MPlayer.*", NULL, True }, \
|
||||
{ "Acroread.*", NULL, True }, \
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user