From 6c915966d5a5616a0a8d650bbfa269b4b2eb5075 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 29 Mar 2016 10:53:59 +0200 Subject: [PATCH] execute any other thing passed by the displaymanager Should be fairily secure, since stuff passed here is populated in slim through /usr/share/xsessions. --- xinitrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xinitrc b/xinitrc index c4a667d..04af3f3 100755 --- a/xinitrc +++ b/xinitrc @@ -33,4 +33,7 @@ case $1 in systemctl --user start xautolock exec herbstluftwm --locked ;; + *) + exec $1 + ;; esac