diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2024-02-12 21:19:40 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2024-02-12 21:19:40 +0300 |
commit | 8bb57b98b57f2fa0e4983378ad0efc8a0c2ec44f (patch) | |
tree | 4c126699341f1b94b64bd3eae0e4292222c20111 /dwm.c | |
parent | 4fe93c79480fe92222c8a32604c130d760a077fd (diff) |
arrange selmon, not NULL
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2005,7 +2005,7 @@ togglegaps(const Arg *arg) #else enablegaps = !enablegaps; #endif // PERTAG_GAPS - arrange(NULL); + arrange(selmon); } void |