1
0
mirror of https://github.com/gryf/tabbedalt.git synced 2025-12-17 11:30:31 +01:00
Commit Graph

17 Commits

Author SHA1 Message Date
41893fbe71 Fix range of detected shortcut for quick switch.
To quickly switch to the desired tab, there is a shortcut ctrl-0 to
ctrl-9, where ctrl-0 will switch to tab 10, ctrl-1 to tab 1 and so on.
There is a range in the code, which detect which tab to pick up to jump.
Range was to wide, this commit is fixing that.
2018-12-12 21:32:30 +01:00
1bf9362a2f Session: removed one unnecessary grep from check
Currently, there was a command used:
ps x|grep " urxvt "|grep -v grep|wc -l
which was checking if there is only one instance of urxvt during start,
so that it will be possible to initialize session. The `grep -v grep`
is in excess. This patch is fixing that.
2018-12-12 21:25:40 +01:00
fd0c0bdaac Removed hardcoded mutt conf 2018-12-12 21:24:52 +01:00
832c740da1 Removed unused offset 2018-12-12 21:23:49 +01:00
82fcfd6c82 Readme update 2016-08-15 19:52:34 +02:00
34755afb2d Quick fix for $hook 2013-11-26 19:40:26 +01:00
0b7eccf053 Corrected image locations in readme 2013-11-12 09:50:16 +01:00
fe408c9cd6 restored tab_property_notify hook 2013-11-12 09:47:40 +01:00
28d687cb5a Changed images locations 2013-03-19 21:37:34 +01:00
785dc70f70 Added missed paths 2013-03-19 21:35:37 +01:00
7e85d927ce Added readme in rst format. 2013-03-19 21:33:49 +01:00
e3bd6e220a Merge with tabbed distributed with urxvt 9.16 2013-03-19 20:38:02 +01:00
454dc4aa9d Added pseudosession 2011-08-15 10:15:01 +02:00
e66a87f2ce Workaround for memory consumption in copying X properties. 2010-08-28 10:51:44 +02:00
d2e63553ef Added configuration via .Xdefaults 2010-08-12 22:19:26 +02:00
b72b5e194b Added tab rename ability 2010-07-25 13:59:20 +02:00
2f699f98a1 initial import 2010-05-04 21:34:02 +02:00