aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xinitrc_artix14
1 files changed, 0 insertions, 14 deletions
diff --git a/xinitrc_artix b/xinitrc_artix
index ee89cb5..075613b 100644
--- a/xinitrc_artix
+++ b/xinitrc_artix
@@ -8,13 +8,6 @@ sysmodmap=/etc/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
-
-
-
-
-
-
-
xrdb -merge $sysresources
fi
@@ -24,13 +17,6 @@ if [ -f $sysmodmap ]; then
fi
if [ -f "$userresources" ]; then
-
-
-
-
-
-
-
xrdb -merge "$userresources"
fi