i3_selectwindow.sh: added rofi usage
This commit is contained in:
parent
f328341d94
commit
335799b6c1
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue