dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit d003f1d0aa0fafcf49adde5915b74c73d7d5a44d
parent 8fd0b6776d5f10e190d2ce743479de5fee84738b
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Wed,  1 Mar 2017 22:06:27 -0800

config.h: Change dwm mode indicator to text

Diffstat:
config.h/dwm.config.h | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/config.h/dwm.config.h b/config.h/dwm.config.h @@ -46,17 +46,17 @@ static const int resizehints = 0; /* 1 means respect size hints in tiled resi #include "tcl.c" static const Layout layouts[] = { /* symbol arrange function */ - { "", tile }, - { "", NULL }, /* floating */ + { "[]=", tile }, + { "><>", NULL }, /* floating */ { "", htile }, { "D ", deck }, { "[o]", centered }, - { "", spiral }, - { "", dwindle }, - { "", gaplessgrid }, - { "", horizgrid }, + { "[@]", spiral }, + { "[\\]", dwindle }, + { "###", gaplessgrid }, + { "###", horizgrid }, { "|||", tcl }, - { "", monocle }, + { "[M]", monocle }, }; /* key definitions */