aboutsummaryrefslogtreecommitdiff
path: root/xinit.sh
blob: 13086d8dfbb11d16439303564479d7c45974fdf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# To be run by the window manager or desktop environment when starting an X session
dunst &
xrdb ~/.Xresources
setxkbmap -layout es -option caps:swapescape
xset -b
unclutter --idle 1 &
touchpad.sh
feh --bg-max ~/images/wallpapers/bg_*
urxvt -e tmux new -s main &