Browse Source

fixed paths to be more flexible

master
Marc 3 years ago
parent
commit
8f7b623ee4
2 changed files with 2 additions and 2 deletions
  1. 2
      .config/X11/Xresources
  2. 2
      .config/rofi/config.rasi

2
.config/X11/Xresources

@ -1,4 +1,4 @@
#include "/home/marc/.config/X11/colors/current"
#include "colors/current"
Xft.antialias: true Xft.antialias: true
Xft.hinting: true Xft.hinting: true

2
.config/rofi/config.rasi

@ -4,5 +4,5 @@
configuration { configuration {
modi: "drun,run,window,ssh"; modi: "drun,run,window,ssh";
theme: "/home/marc/.config/rofi/themes/awel.rasi";
theme: "~/.config/rofi/themes/awel.rasi";
} }
Loading…
Cancel
Save