diff options
author | Julian T <julian@jtle.dk> | 2023-04-07 10:55:03 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2023-04-07 10:55:03 +0200 |
commit | 1a3378e922c92bd48e6f0c89c3038dfe7e9baca4 (patch) | |
tree | 4d4d3001dc72433a2f63458be5eec07d01ad04d1 /xinit/Scripts | |
parent | 49477137425a8ac6cf032739058f29aa2d1f9787 (diff) |
Wallpaper switch key, and oneko
Diffstat (limited to 'xinit/Scripts')
-rwxr-xr-x | xinit/Scripts/xlaunchrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xinit/Scripts/xlaunchrc b/xinit/Scripts/xlaunchrc index a659a39..7a099b3 100755 --- a/xinit/Scripts/xlaunchrc +++ b/xinit/Scripts/xlaunchrc @@ -27,6 +27,7 @@ xsetroot -cursor_name left_ptr # Set dbus display variable # dbus-update-activation-environment --systemd DISPLAY +sleep 10 && oneko -idle 450 & args="$LOPTS" for arg in $args |