aboutsummaryrefslogtreecommitdiffstats
path: root/x/.config/X11/xprofile
diff options
context:
space:
mode:
Diffstat (limited to 'x/.config/X11/xprofile')
-rwxr-xr-xx/.config/X11/xprofile21
1 files changed, 0 insertions, 21 deletions
diff --git a/x/.config/X11/xprofile b/x/.config/X11/xprofile
deleted file mode 100755
index 273230f..0000000
--- a/x/.config/X11/xprofile
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-# set keyboard
-setxkbmap -layout us,us -variant ,dvp -option grp:shifts_toggle
-setxkbmap -option caps:swapescape
-xset r rate 300 50
-
-# set wallpaper
-xwallpaper --zoom ${XDG_DATA_HOME}/images/wallpaper.jpg
-
-# load Xresources
-userresources=${XDG_CONFIG_HOME}/X/Xresources
-[ -f $userresources ] && xrdb -load $userresources
-
-# systemd user
-systemctl --user import-environment DISPLAY XAUTHORITY
-
-if command -v dbus-update-activation-environment >/dev/null 2>&1; then
- dbus-update-activation-environment DISPLAY XAUTHORITY
-fi
-