From 4c8e2aaf88deae6d9968512f6407bfda9c98df29 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 20 Jul 2024 15:06:57 +0900 Subject: Init --- dwm/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwm/config.h') diff --git a/dwm/config.h b/dwm/config.h index fa0d20c..9502c9b 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -97,7 +97,7 @@ static const Layout layouts[] = { { "[M]", monocle }, /* 1: All windows on top of eachother */ { "|||", col }, /* 2: Column */ { "[@]", spiral }, /* 3: Fibonacci spiral */ - { "[\\]", dwindle }, /* 4: Decreasing in size right and leftward */ + { "[\\]", dwindle }, /* 4: Decreasing in size right and leftward */ { "H[]", deck }, /* 5: Master on left, slaves in monocle-like mode on right */ { "TTT", bstack }, /* 6: Master on top, slaves on bottom horizontally */ { "===", bstackhoriz }, /* 7: Master on top, slaves on bottom vertically */ -- cgit v1.2.3