From 2a03c5e7b2a83b88ec8d0dfb3ab387f33e811b54 Mon Sep 17 00:00:00 2001 From: Oliver Schraml Date: Thu, 16 Dec 2021 11:50:49 +0100 Subject: [PATCH] changed rofi conf path --- i3_selectwindow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3_selectwindow.sh b/i3_selectwindow.sh index a0a7500..eda053a 100755 --- a/i3_selectwindow.sh +++ b/i3_selectwindow.sh @@ -1,6 +1,6 @@ #!/bin/bash if which rofi > /dev/null 2>&1 ; then - /usr/bin/rofi -show window -config ~/.Xresources + /usr/bin/rofi -show window -config ~/VersionControl/configs/ALL_config/.global_rofi.conf exit $? fi