From 9d4b71ecadd5b3c2c777b273fa4d2c0cc0c3a464 Mon Sep 17 00:00:00 2001 From: Jonas Rabenstein Date: Wed, 19 Aug 2015 21:11:16 +0200 Subject: autofocus urgent tabs 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 Signed-off-by: Christoph Lohmann <20h@r-36.net> --- tabbed.1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tabbed.1') diff --git a/tabbed.1 b/tabbed.1 index 05ac355..593847e 100644 --- a/tabbed.1 +++ b/tabbed.1 @@ -124,6 +124,9 @@ move selected tab one to the left .B Ctrl\-Shift\-k move selected tab one to the right .TP +.B Ctrl\-Shift\-u +toggle autofocus of urgent tabs +.TP .B Ctrl\-Tab toggle between the selected and last selected tab .TP -- cgit v1.2.3