Explorar o código

secfix: terminate login shell after termination of xorg

Fabian Peter Hammerle %!s(int64=5) %!d(string=hai) anos
pai
achega
0b66f9320a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rc.xsh

+ 1 - 1
rc.xsh

@@ -191,6 +191,6 @@ aliases['p'] = ['pass']
 aliases['t'] = ['timew'] # timewarrior
 
 if shutil.which('startx') and $(tty).rstrip() == '/dev/tty1':
-    startx
+    exec startx
 
 # vim: filetype=python