diff options
-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 & |