diff options
author | ZachIR <zachir@librem.one> | 2025-08-09 06:18:46 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-08-09 06:18:46 -0500 |
commit | 03f1d92786ed7e7040ce75e978754f07872b07c8 (patch) | |
tree | ff94f719a2cc6aa69d2f1e8c1f0938ada28629fe | |
parent | b05ca41fdacf8740f9eb8dd94830118c09e684ec (diff) |
Add X11 init info back
-rwxr-xr-x | X11/xinitrc | 9 |
1 files 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 |