summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-07-20 15:06:57 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-07-20 15:06:57 +0900
commit4c8e2aaf88deae6d9968512f6407bfda9c98df29 (patch)
treec387eff8a13e324ffe931e3f219cef043bad1d08
parent7bd9e97e74a11b7a29c2f67c62b1b0c01c83a70c (diff)
Init
-rw-r--r--dwm/config.h2
1 files changed, 1 insertions, 1 deletions
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 */