1
0
mirror of https://github.com/gryf/urxvt-wrapper.git synced 2025-12-17 11:30:21 +01:00

Fix fork flag for deamon urxvt.

This commit is contained in:
2021-02-20 20:02:07 +01:00
parent 2c860c11d4
commit 6467837d4b

View File

@@ -271,7 +271,7 @@ class Urxvt:
process = subprocess.run(command)
if process.returncode == 2:
subprocess.run(['urxvtd', '-q', '-o', 'f'])
subprocess.run(['urxvtd', '-q', '-o', '-f'])
subprocess.run(command)
def _run_urxvt(self, args):