aboutsummaryrefslogtreecommitdiff
path: root/xinit.sh
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2019-11-19 20:55:18 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2019-11-19 20:55:18 +0100
commitc7c6cb5c3ef3c781bb2a92f4c16ac89016e21dad (patch)
treeb356c5f8e4a4709893be52f860173b74288b5815 /xinit.sh
parent54050803d89a2570c06ae20b0f5dc0d348fffa76 (diff)
downloadscripts-c7c6cb5c3ef3c781bb2a92f4c16ac89016e21dad.tar.gz
scripts-c7c6cb5c3ef3c781bb2a92f4c16ac89016e21dad.zip
Compton is now picom.
Diffstat (limited to 'xinit.sh')
-rwxr-xr-xxinit.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/xinit.sh b/xinit.sh
index efb3f53..3a4e6c1 100755
--- a/xinit.sh
+++ b/xinit.sh
@@ -2,13 +2,13 @@
# To be run by the window manager or desktop environment when starting an X session
xrdb ~/.Xresources
-compton &
+picom &
dunst &
setRandomBG.sh
setxkbmap -layout es -option caps:swapescape
xset -b
unclutter --idle 1 &
#feh --bg-max ~/images/wallpapers/bg_*
-touchpad.sh
+#touchpad.sh
urxvt -e tmux new -s main &
optimus-manager-qt &