From 03f1d92786ed7e7040ce75e978754f07872b07c8 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Sat, 9 Aug 2025 06:18:46 -0500 Subject: Add X11 init info back --- X11/xinitrc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/X11/xinitrc b/X11/xinitrc index 534bfc6..e949fbc 100755 --- a/X11/xinitrc +++ b/X11/xinitrc @@ -1,5 +1,10 @@ #!/bin/sh [ -x ~/.screenlayout/layout.sh ] && ~/.screenlayout/layout.sh +xwallpaper --zoom ~/Pictures/background.png & +picom & setxkbmap -option "caps:escape" & -xrdb ~/.Xresources -exec awesome +systemctl --user start dunst & +sxhkd & +xss-lock slockd & +xrdb ~/.config/X11/xresources +exec dwm -- cgit v1.2.3