summaryrefslogtreecommitdiff
path: root/X11
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-05-23 13:34:44 -0500
committerzachir <zachir@librem.one>2023-05-23 13:34:44 -0500
commiteca9815fc719182ad8cddf683ef20f6cb3b4e90a (patch)
tree97c76a4abca5428ead5b9b5eada1100de39bb497 /X11
parent1fa39708a670cc4ca47d6cd7254b9b5035789661 (diff)
fix gtk themes, and remove x11 wm configs
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 &