aboutsummaryrefslogtreecommitdiff
path: root/xinit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'xinit.sh')
-rwxr-xr-xxinit.sh9
1 files changed, 3 insertions, 6 deletions
diff --git a/xinit.sh b/xinit.sh
index 534700b..6048726 100755
--- a/xinit.sh
+++ b/xinit.sh
@@ -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 &
-