From 5914a524e3ec34ef848035256d2bdb68c6706e13 Mon Sep 17 00:00:00 2001 From: marc Date: Fri, 24 Apr 2020 09:00:08 +0200 Subject: [PATCH] moved .Xresources to .config/X11 --- .Xresources => .config/X11/Xresources | 0 .xinitrc | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename .Xresources => .config/X11/Xresources (100%) diff --git a/.Xresources b/.config/X11/Xresources similarity index 100% rename from .Xresources rename to .config/X11/Xresources diff --git a/.xinitrc b/.xinitrc index 5c34e88..2fb0b9c 100755 --- a/.xinitrc +++ b/.xinitrc @@ -8,10 +8,10 @@ #. /etc/X11/Xsession # load .Xresources -xrdb -merge ~/.Xresources +xrdb -merge ~/.config/X11/Xresources # remap F- and function keys -xmodmap ~./.Xmodmap +#xmodmap ~./.Xmodmap # fix potential problem with DISPLAY environment variable not correctly set # when not using a display manager