diff options
author | Julian T <julian@jtle.dk> | 2020-05-18 12:10:52 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-05-18 12:10:52 +0200 |
commit | 0395bcb124c3be383489c9ca1f9cd1c57081bcea (patch) | |
tree | 715d527e01e7167310c7f45457cefe3c3de8db85 /xinit | |
parent | 71e4cb1d5f47d9191f9f6ca7eb1c8a14f4a94199 (diff) |
Tabs to spaces
Diffstat (limited to 'xinit')
-rwxr-xr-x | xinit/Scripts/xlaunchrc | 28 |
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 |