mirror of
https://github.com/gryf/tabbedalt.git
synced 2025-12-18 03:50:32 +01:00
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.
18 KiB
18 KiB