summaryrefslogtreecommitdiff
path: root/dwm.c
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-08-22 14:05:55 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-05-27 23:51:38 +0400
commit9176d0a534f5731939cb5843c954fad16fc7a93c (patch)
tree8473e31f07f6b57b4ad5312bb1350a5384d0f05b /dwm.c
parent6f13ca6f9e7bc92aa1b6689341ef0dd33d86323a (diff)
REMOVED: automatically exits fullscreen when another window is spawned
Diffstat (limited to 'dwm.c')
-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));