diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-03-20 11:50:49 -0700 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-03-20 11:50:49 -0700 |
| commit | 6a9c6781bce691ac429f4da3981e6ee9040a389e (patch) | |
| tree | 7b843f82c992622aa06549d765e4b30536d046a7 /src | |
| parent | 8b9a895e4425462787aba1b9b0b55495880fe707 (diff) | |
dwm scratchpad don't force floating
Diffstat (limited to 'src')
| -rw-r--r-- | src/dwm/dwm-6.6/dwm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dwm/dwm-6.6/dwm.c b/src/dwm/dwm-6.6/dwm.c index 0369cd3..7224190 100644 --- a/src/dwm/dwm-6.6/dwm.c +++ b/src/dwm/dwm-6.6/dwm.c @@ -1610,7 +1610,6 @@ static void scratchpad_hide () if (selmon -> sel) { selmon -> sel -> tags = SCRATCHPAD_MASK; - selmon -> sel -> isfloating = 1; focus(NULL); arrange(selmon); } |
