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