diff --git a/.config/X11/Xresources b/.config/X11/Xresources index 875879b..9aaff81 100644 --- a/.config/X11/Xresources +++ b/.config/X11/Xresources @@ -1,4 +1,4 @@ -#include "/home/marc/.config/X11/colors/current" +#include "colors/current" Xft.antialias: true Xft.hinting: true diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index a633bdc..8bd9487 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -4,5 +4,5 @@ configuration { modi: "drun,run,window,ssh"; - theme: "/home/marc/.config/rofi/themes/awel.rasi"; + theme: "~/.config/rofi/themes/awel.rasi"; }