i3_selectwindow.sh: added decault config for rofi
This commit is contained in:
parent
335799b6c1
commit
693a940ac9
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
if which rofi > /dev/null 2>&1 ; then
|
if which rofi > /dev/null 2>&1 ; then
|
||||||
/usr/bin/rofi -show window -theme "~/VersionControl/rofi-themes/Official Themes/solarized_alternate.rasi"
|
/usr/bin/rofi -show window -config ~/.Xresources
|
||||||
exit $?
|
exit $?
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue