From 693a940ac959c12fab7f4490aefa0a5a74dec3dc Mon Sep 17 00:00:00 2001 From: Oliver Schraml Date: Thu, 18 Apr 2019 18:03:56 +0200 Subject: [PATCH] i3_selectwindow.sh: added decault config for rofi --- i3_selectwindow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3_selectwindow.sh b/i3_selectwindow.sh index 4ceef08..a0a7500 100755 --- a/i3_selectwindow.sh +++ b/i3_selectwindow.sh @@ -1,6 +1,6 @@ #!/bin/bash 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 $? fi