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:
2
urxvt.py
2
urxvt.py
@@ -271,7 +271,7 @@ class Urxvt:
|
|||||||
process = subprocess.run(command)
|
process = subprocess.run(command)
|
||||||
|
|
||||||
if process.returncode == 2:
|
if process.returncode == 2:
|
||||||
subprocess.run(['urxvtd', '-q', '-o', 'f'])
|
subprocess.run(['urxvtd', '-q', '-o', '-f'])
|
||||||
subprocess.run(command)
|
subprocess.run(command)
|
||||||
|
|
||||||
def _run_urxvt(self, args):
|
def _run_urxvt(self, args):
|
||||||
|
|||||||
Reference in New Issue
Block a user