dotfiles

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

commit d7dcd4a103eef2bdd862c7c0c6b8dcf28b6e8257
parent df0f4e93b79b348f1e8975cefb25198e6635453d
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Sun, 21 May 2017 22:26:30 -0700

sl: Show indicators in surf

Diffstat:
sl/surf.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sl/surf.h b/sl/surf.h @@ -7,7 +7,7 @@ static char *styledir = "~/.surf/styles/"; static char *cachefolder = "~/.surf/cache/"; static Bool kioskmode = FALSE; /* Ignore shortcuts */ -static Bool showindicators = FALSE; /* Show indicators in window title */ +static Bool showindicators = TRUE; /* Show indicators in window title */ static Bool zoomto96dpi = TRUE; /* Zoom pages to always emulate 96dpi */ static Bool runinfullscreen = FALSE; /* Run in fullscreen mode by default */