From 3a78fe230081c009d9248e73f12d1b12c7d68ae6 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sun, 21 Apr 2024 10:08:52 -0700 Subject: [PATCH] Update .Xresources --- dot_Xresources.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_Xresources.tmpl b/dot_Xresources.tmpl index 8e931af..8dfea92 100644 --- a/dot_Xresources.tmpl +++ b/dot_Xresources.tmpl @@ -33,6 +33,8 @@ *color7: {{ .drapeau.colors.subtext1 }} *color15: {{ .drapeau.colors.subtext0 }} +{{ if eq .osid "linux-arch" -}} ! Make Rofi use fish shell rofi.run-command: fish -c '{cmd}' rofi.run-list-command: 'fish -c functions' +{{- end -}}