summaryrefslogtreecommitdiff
path: root/X11
diff options
context:
space:
mode:
Diffstat (limited to 'X11')
-rwxr-xr-xX11/xinitrc6
-rwxr-xr-xX11/xprofile7
2 files changed, 0 insertions, 13 deletions
diff --git a/X11/xinitrc b/X11/xinitrc
deleted file mode 100755
index 92cc3db..0000000
--- a/X11/xinitrc
+++ /dev/null
@@ -1,6 +0,0 @@
-xrdb ~/.Xresources
-sh -c ~/.xprofile &
-#runsvdir ~/.runit/runsvdir &
-[ -x ~/.screenlayout/layout_1.sh ] && ~/.screenlayout/layout_1.sh
-WM="$(~/.local/bin/scripts/crcparse 'WM')"
-exec $WM
diff --git a/X11/xprofile b/X11/xprofile
deleted file mode 100755
index 18647e2..0000000
--- a/X11/xprofile
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-#layout.sh
-#tsoff
-#xrdb ~/.Xresources &
-setxkbmap -option "caps:escape" &
-#xwallpaper --center ~/background.jpg &
-#picom &