[wiki] [sites] nofullscreen - prevent clients becoming floaters || Michael Hauser

From: <git_AT_suckless.org>
Date: Wed, 05 Mar 2014 22:07:07 +0100

commit d21e275905746af7f1cb787c23cfb9d3c3f5480b
Author: Michael Hauser <awarewater_AT_gmail.com>
Date: Wed Mar 5 22:05:39 2014 +0100

    nofullscreen - prevent clients becoming floaters

diff --git a/dwm.suckless.org/patches/dwm-nofullscreen.diff b/dwm.suckless.org/patches/dwm-nofullscreen.diff
new file mode 100644
index 0000000..331a5f7
--- /dev/null
+++ b/dwm.suckless.org/patches/dwm-nofullscreen.diff
_AT_@ -0,0 +1,11 @@
+--- dwm.c 2014-03-05 21:51:42.716156981 +0100
++++ dwm.c-nofullscreen 2014-03-05 21:52:45.598560519 +0100
+_AT_@ -1441,7 +1441,7 @@ setfullscreen(Client *c, Bool fullscreen
+ c->oldstate = c->isfloating;
+ c->oldbw = c->bw;
+ c->bw = 0;
+- c->isfloating = True;
++ //c->isfloating = True;
+ resizeclient(c, c->mon->mx, c->mon->my, c->mon->mw, c->mon->mh);
+ XRaiseWindow(dpy, c->win);
+ }
diff --git a/dwm.suckless.org/patches/nofullscreen.m4 b/dwm.suckless.org/patches/nofullscreen.m4
new file mode 100644
index 0000000..0182469
--- /dev/null
+++ b/dwm.suckless.org/patches/nofullscreen.m4
_AT_@ -0,0 +1,19 @@
+nofullscreen
+============
+
+Description
+-----------
+
+Prevent clients becoming floaters when going into fullscreen,
+to keep them more manageable by dwm; useful if you work mainly
+in monocle layout and don't want to lose control.
+
+Download
+--------
+
+* [dwm-nofullscreen.diff](dwm-nofullscreen.diff) (389b) (20140305)
+
+Author
+------
+
+* Michael Hauser - aware water _AT_ gmail
Received on Wed Mar 05 2014 - 22:07:07 CET

This archive was generated by hypermail 2.3.0 : Thu Jun 18 2015 - 17:38:25 CEST