Browse Source

secfix: terminate login shell after termination of xorg

Fabian Peter Hammerle 4 years ago
parent
commit
0b66f9320a
1 changed files with 1 additions and 1 deletions
  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