summaryrefslogtreecommitdiff
path: root/.config/x11/xinitrc
blob: 25b2fab4d0f0bb9e49a1077fdbd272f11dabb13f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# disable screensaver
xset s off
# disable power saving
xset -dpms
# set refresh rate
xrandr -r 144
# set background
bgscript
# remap keys
kbremaps
# load Xresources
xrdb ~/.config/x11/xresources
# start compositor
picom --config ~/.config/picom/picom.conf &
# start notification daemon
dunst &
# start unclutter
unclutter &
# start keybind daemon
sxhkd &
# start status bar 
dwmblocks &
# start window manager (and keep starting when shutdown)
dwm