summaryrefslogtreecommitdiff
path: root/src/dwm
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-03-20 11:50:49 -0700
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-03-20 11:50:49 -0700
commit6a9c6781bce691ac429f4da3981e6ee9040a389e (patch)
tree7b843f82c992622aa06549d765e4b30536d046a7 /src/dwm
parent8b9a895e4425462787aba1b9b0b55495880fe707 (diff)
dwm scratchpad don't force floating
Diffstat (limited to 'src/dwm')
-rw-r--r--src/dwm/dwm-6.6/dwm.c1
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);
}