diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-08-22 14:05:55 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-05-27 23:51:38 +0400 |
commit | 9176d0a534f5731939cb5843c954fad16fc7a93c (patch) | |
tree | 8473e31f07f6b57b4ad5312bb1350a5384d0f05b /dwm.c | |
parent | 6f13ca6f9e7bc92aa1b6689341ef0dd33d86323a (diff) |
REMOVED: automatically exits fullscreen when another window is spawned
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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)); |