summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-08-09 06:18:46 -0500
committerZachIR <zachir@librem.one>2025-08-09 06:18:46 -0500
commit03f1d92786ed7e7040ce75e978754f07872b07c8 (patch)
treeff94f719a2cc6aa69d2f1e8c1f0938ada28629fe
parentb05ca41fdacf8740f9eb8dd94830118c09e684ec (diff)
Add X11 init info back
-rwxr-xr-xX11/xinitrc9
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