aboutsummaryrefslogtreecommitdiff
path: root/xinit.sh
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2021-04-07 20:28:41 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2021-04-07 20:28:41 +0200
commit8f70aa6798b1a3236d5ce884419446539d124e26 (patch)
tree0d703b401e7ea9870f8f89f7d66d5991b522858d /xinit.sh
parent09f106fb2a7f0d585ce4828ea021db653e5d21a6 (diff)
downloadscripts-8f70aa6798b1a3236d5ce884419446539d124e26.tar.gz
scripts-8f70aa6798b1a3236d5ce884419446539d124e26.zip
Minor changes to some scripts.
Diffstat (limited to 'xinit.sh')
-rwxr-xr-xxinit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/xinit.sh b/xinit.sh
index 91e0cb8..f519592 100755
--- a/xinit.sh
+++ b/xinit.sh
@@ -4,10 +4,10 @@
xrdb ~/.Xresources
pgrep -x picom || picom -b
pgrep -x dunst || dunst &
-setRandomBG.sh
setxkbmap -layout es -option caps:swapescape
xset -b
pgrep -x unclutter || unclutter --idle 1 &
#touchpad.sh
initialLayout.sh
+setRandomBG.sh
pgrep -x sxhkd || sxhkd >~/logs/sxhkd.log &