spiral on dwm and mailcap
This commit is contained in:
parent
62c2bd0db4
commit
8d0b8735ce
2 changed files with 3 additions and 2 deletions
|
@ -35,10 +35,10 @@ static const Bool resizehints = True; /* True means respect size hints in tiled
|
|||
|
||||
static const Layout layouts[] = {
|
||||
/* symbol arrange function */
|
||||
{ "(@)", spiral},
|
||||
{ "[]=", tile }, /* first entry is default */
|
||||
{ "><>", NULL }, /* no layout function means floating behavior */
|
||||
{ "[M]", monocle },
|
||||
{ "(@)", spiral},
|
||||
{ "[\\]", dwindle},
|
||||
};
|
||||
|
||||
|
|
3
mailcap
3
mailcap
|
@ -1 +1,2 @@
|
|||
image/jpeg; eog %s
|
||||
image/*; eog %s
|
||||
text/html; lynx -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput
|
||||
|
|
Loading…
Reference in a new issue