diff options
author | Carlos J. Torres <vlaadbrain@gmail.com> | 2013-02-21 09:59:07 -0500 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2013-02-25 13:42:19 +0100 |
commit | fe3bd631d4e163e15ab685c22ad70c67f8b94f83 (patch) | |
tree | 540490da05576dde685c8d91d4d70731b9db5057 /TODO.md | |
parent | 69004b2ff67c5747e3f03fcffad1192741ea9419 (diff) |
disable/toggle scrollbars
* add flag to main
* add flag to manual
* add signal handler to block default scrollbar policy
* add toggle of scrollbars (hacky - but no reload) with a twitch
* add key map to manual
* add commandline flag to children surfers
* update TODO
* sort stuff alphabetically for the style inquisition
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ * suckless adblocking * integrate the WebKitWebInspector API -* make scrollbars a switch and allow them to be disabled +* replace twitch() with proper gtk calls to make scrollbars reappear * replace webkit with something sane * add video player options * play in plugin |