Introduction
Introduction Statistics Contact Development Disclaimer Help
tabbed-0.5-autohide.diff - sites - public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log
Files
Refs
---
tabbed-0.5-autohide.diff (471B)
---
1 diff -up ./tabbed.c ../tabbed-0.5/tabbed.c
2 --- ./tabbed.c 2013-06-24 14:34:47.208245039 +0200
3 +++ ../tabbed-0.5/tabbed.c 2013-06-24 14:36:58.423921877 +0200
4 @@ -311,6 +311,12 @@ drawbar(void) {
5 return;
6 }
7
8 + if (nclients == 1) {
9 + XMoveResizeWindow(dpy, clients[0]->win, 0, 0, ww, wh - …
10 + return;
11 + } else if (nclients == 2)
12 + XMoveResizeWindow(dpy, clients[1]->win, 0, bh, ww, wh -…
13 +
14 width = ww;
15 clients[nclients-1]->tabx = -1;
16 fc = getfirsttab();
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.