1
0
mirror of https://github.com/gryf/tabbedalt.git synced 2026-05-08 07:03:02 +02:00
Commit Graph

18 Commits

Author SHA1 Message Date
gryf 9fc439b5e1 Run session only if no exec is provided via commandline.
There was is bug regarding sessions implementation, where there is no
way to run particular program using -e switch for urxvt in command line.

So, having urxvt.session set to something in .Xdefaults, there was no
way to run some program, i.e.

$ urxvt -e htop

This patch fixing this issue.
2019-06-05 09:36:32 +02:00
gryf 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
gryf 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
gryf fd0c0bdaac Removed hardcoded mutt conf 2018-12-12 21:24:52 +01:00
gryf 832c740da1 Removed unused offset 2018-12-12 21:23:49 +01:00
gryf 82fcfd6c82 Readme update 2016-08-15 19:52:34 +02:00
gryf 34755afb2d Quick fix for $hook 2013-11-26 19:40:26 +01:00
gryf 0b7eccf053 Corrected image locations in readme 2013-11-12 09:50:16 +01:00
gryf fe408c9cd6 restored tab_property_notify hook 2013-11-12 09:47:40 +01:00
gryf 28d687cb5a Changed images locations 2013-03-19 21:37:34 +01:00
gryf 785dc70f70 Added missed paths 2013-03-19 21:35:37 +01:00
gryf 7e85d927ce Added readme in rst format. 2013-03-19 21:33:49 +01:00
gryf e3bd6e220a Merge with tabbed distributed with urxvt 9.16 2013-03-19 20:38:02 +01:00
gryf 454dc4aa9d Added pseudosession 2011-08-15 10:15:01 +02:00
gryf e66a87f2ce Workaround for memory consumption in copying X properties. 2010-08-28 10:51:44 +02:00
gryf d2e63553ef Added configuration via .Xdefaults 2010-08-12 22:19:26 +02:00
gryf b72b5e194b Added tab rename ability 2010-07-25 13:59:20 +02:00
gryf 2f699f98a1 initial import 2010-05-04 21:34:02 +02:00