diff options
author | Julian T <julian@jtle.dk> | 2023-06-09 09:59:13 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2023-06-09 10:00:39 +0200 |
commit | 85080ac87cc5bc535308147f973e4e73a77c2a4e (patch) | |
tree | a153221df71b42fa7494dab495ab2ff78b503dee /xinit | |
parent | 1a3378e922c92bd48e6f0c89c3038dfe7e9baca4 (diff) |
Xinit stuff, fish, and keybinding
Diffstat (limited to 'xinit')
-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 |