summaryrefslogtreecommitdiffstats
path: root/config.def.h
Commit message (Collapse)AuthorAgeFilesLines
* Applied xresources patchDouglas B. Rumbaugh2023-01-011-7/+20
|
* config.h: mark keys as constNRK2022-10-051-1/+1
|
* Embed dmenu in tabbed own windowLucas Gabriel Vuotto2018-03-111-1/+1
| | | | Signed-off-by: Lucas Gabriel Vuotto <lgv@nanashi.co>
* Move tab selection keybinding from Ctrl-t to Ctrl-`Quentin Rameau2017-05-021-1/+1
|
* Added xft supportLucas Gabriel Vuotto2016-02-181-1/+1
| | | | | | | Based on xft tabbed patch from the wiki. Signed-off-by: Lucas Gabriel Vuotto <l.vuotto92@gmail.com> Signed-off-by: Christoph Lohmann <20h@r-36.net>
* Add configuration option for title truncation stringQuentin Rameau2016-01-041-0/+1
| | | | | | | Permit to use arbitrary string instead of "..." (ie "$") when truncating client title. Signed-off-by: Christoph Lohmann <20h@r-36.net>
* Style cleanupQuentin Rameau2016-01-031-30/+31
| | | | Signed-off-by: Christoph Lohmann <20h@r-36.net>
* autofocus urgent tabsJonas Rabenstein2015-08-191-0/+2
| | | | | | | | | | | | | | | | When tabbed becomes urgent because one of it tabs becomes urgent, it may be desireable to automatically focus that tab. As a notification may be lost, if another notification comes in before you focused tabbed, the switch is only done, if tabbed is not urgent already. Moreover, it may be anoying, if you just type into one tab, another tab gets urgent -therfore focused- and you type into the other tab, you may switch between autofocus and nofocus using Ctrl-Shift-u. Maybe it would also be usefull, if there would be an commandline parameter to toggle that option, but as -u is already used for urgent-tab-color, i did not implement that. Signed-off-by: Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de> Signed-off-by: Christoph Lohmann <20h@r-36.net>
* focus urgent tabsJonas Rabenstein2015-08-191-0/+2
| | | | | | | | | | | | | | | | | | With a lot of open tabs its quite annoying to toggle through all tabs until reaching the next one with an urgent hint set. Also with using Ctrl-[0..9] to get to the first 10 tabs, in some cases this may have disadvantages: 1. with more than 10 tabs, you can not use that quickselection 2. with a small tabbed window, you do not see every tab in the statusbar and therefore do not know which tab got urgent Therefore I created a function, which iterates over all currently managed tabs, focus the first urgent tab found or stays at the current tab, if there is no urgent-tab. By default, that function is mapped to Ctrl-u. Signed-off-by: Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de> Signed-off-by: Christoph Lohmann <20h@r-36.net>
* support urgency wm hintsMarkus Teich2014-05-191-0/+2
| | | | Signed-off-by: Christoph Lohmann <20h@r-36.net>
* Allow selecting the colors on command line.Markus Teich2013-12-161-4/+4
| | | | Signed-off-by: Christoph Lohmann <20h@r-36.net>
* select or open new tab with Ctrl-TMarkus Teich2013-12-011-0/+9
| | | | | | | | | | | | | | The default config will display all open tabs in dmenu. You can either select one of them, or if you enter a string, that does not start with „0x“, tabbed will open a new tab and run the command specified at tabbed-startup but append the entered string to the command first. With tabbed -r 2 surf -e '' you can hit Ctrl-T and either select an already opened tab or enter an URL, which will be opened in a new tab with surf. Signed-off-by: Christoph Lohmann <20h@r-36.net>
* Adding an option to do relative new position. And fixing tab position.Christoph Lohmann2012-12-251-0/+8
| | | | Thanks Kyle Kramer for the suggestion!
* Adding fullscreen mode to tabbed.Christoph Lohmann2012-12-031-0/+5
|
* New windows should be in the foreground.Christoph Lohmann2012-11-251-1/+1
|
* Changing the single-linked list for clients to a malloc()ed array. This makesChristoph Lohmann2012-11-251-4/+7
| | | | | algorithms more efficient, that depend on the number of clients or shuffeling around. The patch also adds new shortcuts to move tabs in their position. The default color scheme is changed to the one of the maintainer.
* new default colour schemeConnor Lane Smith2011-11-201-9/+12
|
* added generic client support (thanks Stephen)Connor Lane Smith2011-05-061-1/+1
|
* improved focus handlingEnno Boland (tox)2010-02-161-0/+1
|
* tabbed remembers last viewed tab; open new tabs focused/unfocused can be ↵Enno Boland (tox)2009-12-151-0/+2
| | | | configured now.
* using dwms/dmenus colors.Enno Boland (tox)2009-10-281-8/+8
|
* fixing bindings to move()Enno Boland (tox)2009-10-271-10/+10
|
* code cleaning, windows are properly closed on exit; if last client quits, exitEnno Boland (tox)2009-10-261-3/+1
|
* storing windowId in char[] variable.Enno Boland (tox)2009-09-231-4/+4
|
* fixing config.def.hEnno Boland (tox)2009-09-221-2/+2
|
* removing autostart. using stdin instead.Enno Boland (tox)2009-09-081-5/+0
|
* added classhints, tab-clicking works again.Enno Boland (tox)2009-09-081-0/+2
|
* tabbed works.Enno Boland (tox)2009-09-081-3/+9
|
* implementing spawntab(), rewriting run()Enno Boland (tox)2009-09-081-3/+3
|
* adding killclient, removing wmhintsEnno Boland (tox)2009-09-071-0/+1
|
* removing surf-stuff, distributing tabbed on its own.Enno Boland (tox)2009-09-071-32/+0
|
* mergeEnno Boland (tox)2009-09-071-16/+15
|\
| * changing keybindingsEnno Boland (tox)2009-09-071-16/+15
| |
* | event system works, some code arrangingEnno Boland (tox)2009-09-071-11/+10
| |
* | start writing tabbed.Enno Boland (tox)2009-09-071-0/+29
|/
* moving config.h to config.def.h.Enno Boland (tox)2009-09-071-0/+30