summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dwm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/dwm.c b/dwm.c
index 51a20d0..c67584b 100644
--- a/dwm.c
+++ b/dwm.c
@@ -1710,9 +1710,6 @@ spawn(const Arg *arg)
dmenumon[0] = '0' + selmon->num;
selmon->tagset[selmon->seltags] &= ~scratchtag;
- if(selmon->sel && selmon->sel->isfullscreen)
- togglefullscr(NULL);
-
if (fork() == 0) {
if (dpy)
close(ConnectionNumber(dpy));