From 36ad10d27be3e7b5e27f443c46fff3f4df610c0c Mon Sep 17 00:00:00 2001 From: Julian T Date: Fri, 24 Jul 2020 23:49:40 +0200 Subject: xlaunch changes --- xinit/Scripts/xlaunchrc | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'xinit') diff --git a/xinit/Scripts/xlaunchrc b/xinit/Scripts/xlaunchrc index e875613..8498bf1 100755 --- a/xinit/Scripts/xlaunchrc +++ b/xinit/Scripts/xlaunchrc @@ -24,29 +24,33 @@ play ~/Winsounds/login.wav -q & # Set dbus display variable dbus-update-activation-environment --systemd DISPLAY -for arg in "$LOPTS" +sxhkd & + +args="$LOPTS" +for arg in $args do + echo $arg case $arg in - *"panel"*) + panel) echo starting panel xfce4-panel & ;; - *"composer"*) + composer) echo starting comp xcompmgr & ;; - *"gnome-keyring"*) + gnome-keyring) dbus-update-activation-environment --systemd DISPLAY & eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets) & ;; - *"screensaver"*) + screensaver) xscreensaver & xss-lock -- xscreensaver-command --lock & ;; - *"autorandr"*) + autorandr) autorandr -c ;; - *"autorun"*) + autorun) ~/.xautorun ;; esac -- cgit v1.2.3