summaryrefslogtreecommitdiff
path: root/.config/x11/xinitrc
diff options
context:
space:
mode:
authorSam Chudnick <sam@chudnick.com>2021-11-06 20:25:45 -0400
committerSam Chudnick <sam@chudnick.com>2021-11-06 20:25:45 -0400
commit82df70eff06e7b44ee84283070d7f801f7fc1d92 (patch)
treed17ea9cc6e012b16ff0cdeffcf4a97b5e5cd2d11 /.config/x11/xinitrc
initial commit
Diffstat (limited to '.config/x11/xinitrc')
-rw-r--r--.config/x11/xinitrc24
1 files changed, 24 insertions, 0 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc
new file mode 100644
index 0000000..25b2fab
--- /dev/null
+++ b/.config/x11/xinitrc
@@ -0,0 +1,24 @@
1# disable screensaver
2xset s off
3# disable power saving
4xset -dpms
5# set refresh rate
6xrandr -r 144
7# set background
8bgscript
9# remap keys
10kbremaps
11# load Xresources
12xrdb ~/.config/x11/xresources
13# start compositor
14picom --config ~/.config/picom/picom.conf &
15# start notification daemon
16dunst &
17# start unclutter
18unclutter &
19# start keybind daemon
20sxhkd &
21# start status bar
22dwmblocks &
23# start window manager (and keep starting when shutdown)
24dwm