aboutsummaryrefslogtreecommitdiff
path: root/xinit.sh
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2020-05-07 23:40:59 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2020-05-07 23:40:59 +0200
commitbc1bcb58fe03dd7e820440943568d47374bbfd6f (patch)
tree8525e40ab723308596038f79cf041c4f134bcf87 /xinit.sh
parentf166f9d2afbc9bd39a58db806fcc659c787f7455 (diff)
downloadscripts-bc1bcb58fe03dd7e820440943568d47374bbfd6f.tar.gz
scripts-bc1bcb58fe03dd7e820440943568d47374bbfd6f.zip
Added sxhkd to xinit.sh
Diffstat (limited to 'xinit.sh')
-rwxr-xr-xxinit.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/xinit.sh b/xinit.sh
index 4ea6090..534700b 100755
--- a/xinit.sh
+++ b/xinit.sh
@@ -4,11 +4,13 @@
xrdb ~/.Xresources
picom -b
dunst &
+#feh --bg-max ~/images/wallpapers/bg_*
setRandomBG.sh
setxkbmap -layout es -option caps:swapescape
xset -b
unclutter --idle 1 &
-#feh --bg-max ~/images/wallpapers/bg_*
#touchpad.sh
urxvt -e tmux new -s main &
#optimus-manager-qt &
+pgrep -x sxhkd || sxhkd >~/logs/sxhkd.log &
+