summaryrefslogtreecommitdiff
path: root/dwm/dwm.c
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-01 16:19:44 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-01 16:19:44 +0900
commit94534b74e50f926d352439152ddb0a84fcfbb8a0 (patch)
tree167f6b1958d78edefd337325f84e311bcf5c6e2d /dwm/dwm.c
parent16023326d43c8ae320e3ef9a581b462562330fa8 (diff)
modified config.h, modified dwm.c
Diffstat (limited to 'dwm/dwm.c')
-rw-r--r--dwm/dwm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dwm/dwm.c b/dwm/dwm.c
index 39e7408..382a317 100644
--- a/dwm/dwm.c
+++ b/dwm/dwm.c
@@ -2275,6 +2275,8 @@ setlayout(const Arg *arg)
arrange(selmon);
else
drawbar(selmon);
+
+ setinsertmode();
}
void