From 8f7b623ee497344c8d7def0aa687cba4685c3da9 Mon Sep 17 00:00:00 2001 From: Marc Date: Sat, 3 Jul 2021 08:14:20 +0200 Subject: [PATCH] fixed paths to be more flexible --- .config/X11/Xresources | 2 +- .config/rofi/config.rasi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"; }