From 37dd411698bd6eae8365260dde39b8ae9c7cbd36 Mon Sep 17 00:00:00 2001 From: Peter Son Struschka Date: Sun, 30 Aug 2020 20:56:36 +0800 Subject: all: overhaul, move dotfile specifics to .local/share/dotfiles and more --- x/.config/X11/xprofile | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 x/.config/X11/xprofile (limited to 'x/.config/X11/xprofile') 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 - -- cgit v1.2.3