diff options
Diffstat (limited to 'xinit/Scripts/xlaunchrc')
-rwxr-xr-x | xinit/Scripts/xlaunchrc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/xinit/Scripts/xlaunchrc b/xinit/Scripts/xlaunchrc index 7a099b3..a4cc234 100755 --- a/xinit/Scripts/xlaunchrc +++ b/xinit/Scripts/xlaunchrc @@ -14,20 +14,19 @@ xrdb ~/.Xresources nm-applet & -# set wallpaper -setwall --config $WALLCONFIG - dunst & play ~/Winsounds/login.wav -q & -bash ~/remember_forever.sh +# set wallpaper +setwall --config $WALLCONFIG # Cursor thing xsetroot -cursor_name left_ptr # Set dbus display variable # dbus-update-activation-environment --systemd DISPLAY -sleep 10 && oneko -idle 450 & +# +# sleep 10 && sh -c "oneko -idle 500" & args="$LOPTS" for arg in $args |