diff --git a/i3_selectwindow.sh b/i3_selectwindow.sh index 92abaa5..4ceef08 100755 --- a/i3_selectwindow.sh +++ b/i3_selectwindow.sh @@ -1,4 +1,9 @@ #!/bin/bash +if which rofi > /dev/null 2>&1 ; then + /usr/bin/rofi -show window -theme "~/VersionControl/rofi-themes/Official Themes/solarized_alternate.rasi" + exit $? +fi + shopt -s nullglob globstar sctpa="$(dirname ${0})" confpa="${sctpa}/i3_selectwindow.config"