From 509f21acfb3911bc286be1a5a89263321a7e60fb Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sun, 25 Feb 2024 11:02:10 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20refactor(X):=20Fix=20xresources?= =?UTF-8?q?=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xresources => .Xresources | 4 ++++ 1 file changed, 4 insertions(+) rename xresources => .Xresources (78%) diff --git a/xresources b/.Xresources similarity index 78% rename from xresources rename to .Xresources index 0a6242e..85e866c 100644 --- a/xresources +++ b/.Xresources @@ -32,3 +32,7 @@ ! white *color7: #B8C0E0 *color15: #A5ADCB + +! Make Rofi use fish shell +rofi.run-command: fish -c '{cmd}' +rofi.run-list-command: 'fish -c functions'