summaryrefslogtreecommitdiff
path: root/xinit/Scripts/xlaunchrc
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2020-05-18 12:10:52 +0200
committerJulian T <julian@jtle.dk>2020-05-18 12:10:52 +0200
commit0395bcb124c3be383489c9ca1f9cd1c57081bcea (patch)
tree715d527e01e7167310c7f45457cefe3c3de8db85 /xinit/Scripts/xlaunchrc
parent71e4cb1d5f47d9191f9f6ca7eb1c8a14f4a94199 (diff)
Tabs to spaces
Diffstat (limited to 'xinit/Scripts/xlaunchrc')
-rwxr-xr-xxinit/Scripts/xlaunchrc28
1 files changed, 14 insertions, 14 deletions
diff --git a/xinit/Scripts/xlaunchrc b/xinit/Scripts/xlaunchrc
index c24f4d9..05d65cf 100755
--- a/xinit/Scripts/xlaunchrc
+++ b/xinit/Scripts/xlaunchrc
@@ -26,19 +26,19 @@ dbus-update-activation-environment --systemd DISPLAY
for arg in "$LOPTS"
do
- case $arg in
- *"panel"*)
- echo starting panel
- xfce4-panel &
- ;;
- *"composer"*)
- echo starting comp
- xcompmgr &
- ;;
- *"gnome-keyring"*)
- dbus-update-activation-environment --systemd DISPLAY &
- eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets) &
- ;;
+ case $arg in
+ *"panel"*)
+ echo starting panel
+ xfce4-panel &
+ ;;
+ *"composer"*)
+ echo starting comp
+ xcompmgr &
+ ;;
+ *"gnome-keyring"*)
+ dbus-update-activation-environment --systemd DISPLAY &
+ eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets) &
+ ;;
*"screensaver"*)
xscreensaver &
xss-lock -- xscreensaver-command --lock &
@@ -46,7 +46,7 @@ do
*"autorandr"*)
autorandr -c
;;
- esac
+ esac
done