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 | |
parent | 49477137425a8ac6cf032739058f29aa2d1f9787 (diff) |
Wallpaper switch key, and oneko
-rw-r--r-- | bspwm/.config/sxhkd/sxhkdrc | 2 | ||||
-rwxr-xr-x | xinit/Scripts/xlaunchrc | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/bspwm/.config/sxhkd/sxhkdrc b/bspwm/.config/sxhkd/sxhkdrc index 1eee945..2a034c3 100644 --- a/bspwm/.config/sxhkd/sxhkdrc +++ b/bspwm/.config/sxhkd/sxhkdrc @@ -150,3 +150,5 @@ super + {Left,Down,Up,Right} bspc node -v {-20 0,0 20,0 -20,20 0} +super + shift + w + setwall --config $WALLCONFIG 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 |