summaryrefslogtreecommitdiff
path: root/X11/xinitrc
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-08-09 06:22:04 -0500
committerZachIR <zachir@librem.one>2025-08-09 06:22:04 -0500
commit8be3056baa220cf5ec47f20f2773c992acc606d2 (patch)
treed52b5e5e0e81114e6c17ca3bfc2cd52de4a0adf8 /X11/xinitrc
parent19bb2527a8f32a07305b90dfc48618639f0a7438 (diff)
parentd5dc0514b30ea5237642ba4970f85e61c193edbc (diff)
Merge branch 'master' into car
Diffstat (limited to 'X11/xinitrc')
-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