projects
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ed2052f
)
changes layout symbols
author
Daniel <thefekete@gmail.com>
Sun, 30 Dec 2018 14:28:34 +0000
(15:28 +0100)
committer
Daniel <thefekete@gmail.com>
Sun, 30 Dec 2018 14:28:34 +0000
(15:28 +0100)
config.h
patch
|
blob
|
history
diff --git
a/config.h
b/config.h
index
71d5dde
..
96db435
100644
(file)
--- a/
config.h
+++ b/
config.h
@@
-45,9
+45,9
@@
static const int resizehints = 1; /* 1 means respect size hints in tiled resi
static const Layout layouts[] = {
/* symbol arrange function */
static const Layout layouts[] = {
/* symbol arrange function */
- { "
[]=
", tile }, /* first entry is default */
- { "
><>
", NULL }, /* no layout function means floating behavior */
- { "
[M]", monocle },
+ { "
◧
", tile }, /* first entry is default */
+ { "
🗗
", NULL }, /* no layout function means floating behavior */
+ { "
🔍", monocle }, // TODO hide unfocused windows for background transparency?
};
/* key definitions */
};
/* key definitions */