From 70c23cf83262f4356d5d55428796e382009705b0 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 30 Dec 2018 15:28:34 +0100 Subject: [PATCH] changes layout symbols --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.h b/config.h index 71d5dde..96db435 100644 --- 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 */ - { "[]=", 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 */ -- 2.20.1