dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 9c98365174c223bb3e9e6a1e5a9c9557423e749e
parent 9a9993d4c4b9fa443a652ff6deab2396aedce8b5
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Fri,  8 Apr 2016 18:22:58 -0700

Patches: Fix autohide.diff

Diffstat:
patches/tabbed-0.5-autohide.diff | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/patches/tabbed-0.5-autohide.diff b/patches/tabbed-0.5-autohide.diff @@ -1,6 +1,6 @@ -diff -up ./tabbed.c ../tabbed-0.5/tabbed.c ---- ./tabbed.c 2013-06-24 14:34:47.208245039 +0200 -+++ ../tabbed-0.5/tabbed.c 2013-06-24 14:36:58.423921877 +0200 +diff -up a/tabbed.c b/tabbed.c +--- a/tabbed.c 2013-06-24 14:34:47.208245039 +0200 ++++ b/tabbed.c 2013-06-24 14:36:58.423921877 +0200 @@ -311,6 +311,12 @@ drawbar(void) { return; } @@ -12,5 +12,5 @@ diff -up ./tabbed.c ../tabbed-0.5/tabbed.c + XMoveResizeWindow(dpy, clients[1]->win, 0, bh, ww, wh - bh); + width = ww; - clients[nclients-1]->tabx = -1; - fc = getfirsttab(); + cc = ww / tabwidth; + if (nclients > cc)