i3_selectwindow.sh: added decault config for rofi

This commit is contained in:
Oliver Schraml 2019-04-18 18:03:56 +02:00
parent 335799b6c1
commit 693a940ac9
1 changed files with 1 additions and 1 deletions

View File

@ -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