From 12ce8bdd65d3b5fcd6e8227eaecd5f772a90f8da Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sun, 11 Jun 2023 08:00:24 -0400 Subject: Configuration file updates and additions. --- .config/x11/xinitrc | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) (limited to '.config/x11/xinitrc') diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 49ab403..44c8e32 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -2,25 +2,34 @@ xset s off # disable power saving xset -dpms -# set refresh rate -xrandr -r 144 +# load Xresources +xrdb ~/.config/x11/xresources +# initialize primary monitor +xrandr --output DisplayPort-0 --primary -r 144 +# initialize secondary monitor +xrandr --output HDMI-A-1 --auto --right-of DisplayPort-0 --mode 3840x2160 # set background bgscript # remap keys kbremaps -# load Xresources -xrdb ~/.config/x11/xresources +# load rgb profile +openrgb --profile ~/.config/OpenRGB/Gruvbox.orp & # start compositor picom --config ~/.config/picom/picom.conf & # start notification daemon dunst & +# start calendar +calcurse --daemon & # start unclutter unclutter & # start keybind daemon sxhkd & -# start status bar -dwmblocks & # initialize identity management programs -urxvt -e id-init & +st -e id-init & +# run statusbar script +~/.local/bin/bar & # start window manager -dwm +while true +do + /usr/local/bin/dwm 2> /tmp/dwm_errors +done -- cgit v1.2.3