diff options
-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 |