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

18 KiB