diff options
Diffstat (limited to 'X11/xinitrc')
-rwxr-xr-x | X11/xinitrc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/X11/xinitrc b/X11/xinitrc deleted file mode 100755 index e949fbc..0000000 --- a/X11/xinitrc +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -[ -x ~/.screenlayout/layout.sh ] && ~/.screenlayout/layout.sh -xwallpaper --zoom ~/Pictures/background.png & -picom & -setxkbmap -option "caps:escape" & -systemctl --user start dunst & -sxhkd & -xss-lock slockd & -xrdb ~/.config/X11/xresources -exec dwm |