diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-11-19 20:55:18 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-11-19 20:55:18 +0100 |
commit | c7c6cb5c3ef3c781bb2a92f4c16ac89016e21dad (patch) | |
tree | b356c5f8e4a4709893be52f860173b74288b5815 | |
parent | 54050803d89a2570c06ae20b0f5dc0d348fffa76 (diff) | |
download | scripts-c7c6cb5c3ef3c781bb2a92f4c16ac89016e21dad.tar.gz scripts-c7c6cb5c3ef3c781bb2a92f4c16ac89016e21dad.zip |
Compton is now picom.
-rwxr-xr-x | xinit.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 & |