diff options
Diffstat (limited to 'xinit.sh')
-rwxr-xr-x | xinit.sh | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -2,15 +2,12 @@ # To be run by the window manager or desktop environment when starting an X session xrdb ~/.Xresources -picom -b -dunst & -#feh --bg-max ~/images/wallpapers/bg_* +pgrep -x picom || picom -b +pgrep -x dunst || dunst & setRandomBG.sh setxkbmap -layout es -option caps:swapescape xset -b -unclutter --idle 1 & +pgrep -x unclutter || unclutter --idle 1 & #touchpad.sh urxvt -e tmux new -s main & -#optimus-manager-qt & pgrep -x sxhkd || sxhkd >~/logs/sxhkd.log & - |