diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-01 16:19:44 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-01 16:19:44 +0900 |
| commit | 94534b74e50f926d352439152ddb0a84fcfbb8a0 (patch) | |
| tree | 167f6b1958d78edefd337325f84e311bcf5c6e2d /dwm/dwm.c | |
| parent | 16023326d43c8ae320e3ef9a581b462562330fa8 (diff) | |
modified config.h, modified dwm.c
Diffstat (limited to 'dwm/dwm.c')
| -rw-r--r-- | dwm/dwm.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2275,6 +2275,8 @@ setlayout(const Arg *arg) arrange(selmon); else drawbar(selmon); + + setinsertmode(); } void |
