aboutsummaryrefslogtreecommitdiffstats
path: root/x/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'x/.xinitrc')
-rwxr-xr-xx/.xinitrc16
1 files changed, 2 insertions, 14 deletions
diff --git a/x/.xinitrc b/x/.xinitrc
index b77a2bd..bfb558c 100755
--- a/x/.xinitrc
+++ b/x/.xinitrc
@@ -1,19 +1,7 @@
#!/bin/sh
-[ -f ~/.xprofile ] && . ~/.xprofile
-
-userresources=$HOME/.Xresources
-
-[ -f $userresources ] && xrdb -merge $userresources
-
-# set keyboard
-setxkbmap -layout us,us -variant ,dvp -option grp:shifts_toggle
-
-# load Xresources
-[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
-
-# Set display
-systemctl --user import-environment DISPLAY
+xprofile=${XDG_CONFIG_HOME}/X/xprofile
+[ -f $xprofile ] && . $xprofile
#exec startxfce4
exec i3