i3_selectwindow.sh: added rofi usage

This commit is contained in:
Oliver Schraml 2019-04-18 13:28:02 +02:00
parent f328341d94
commit 335799b6c1
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
#!/bin/bash #!/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 shopt -s nullglob globstar
sctpa="$(dirname ${0})" sctpa="$(dirname ${0})"
confpa="${sctpa}/i3_selectwindow.config" confpa="${sctpa}/i3_selectwindow.config"