From 82df70eff06e7b44ee84283070d7f801f7fc1d92 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sat, 6 Nov 2021 20:25:45 -0400 Subject: initial commit --- .config/x11/xinitrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .config/x11/xinitrc (limited to '.config/x11/xinitrc') 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 @@ +# 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 -- cgit v1.2.3