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

11 Commits

Author SHA1 Message Date
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
34755afb2d Quick fix for $hook 2013-11-26 19:40:26 +01:00
fe408c9cd6 restored tab_property_notify hook 2013-11-12 09:47:40 +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