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

# To be run by the window manager or desktop environment when starting an X session
xrdb ~/.Xresources
pgrep -x picom || picom -b
pgrep -x dunst || dunst &
setRandomBG.sh
setxkbmap -layout es -option caps:swapescape
xset -b
pgrep -x unclutter || unclutter --idle 1 &
#touchpad.sh
urxvt -e tmux new -s main &
pgrep -x sxhkd || sxhkd >~/logs/sxhkd.log &