diff options
author | ZachIR <zachir@librem.one> | 2025-08-09 06:22:04 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-08-09 06:22:04 -0500 |
commit | 8be3056baa220cf5ec47f20f2773c992acc606d2 (patch) | |
tree | d52b5e5e0e81114e6c17ca3bfc2cd52de4a0adf8 /X11/xinitrc | |
parent | 19bb2527a8f32a07305b90dfc48618639f0a7438 (diff) | |
parent | d5dc0514b30ea5237642ba4970f85e61c193edbc (diff) |
Merge branch 'master' into car
Diffstat (limited to 'X11/xinitrc')
-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 |