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

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