From 05846583afd1aea8e888329cc5fcc562b0ef9c85 Mon Sep 17 00:00:00 2001 From: Marco van Dijk Date: Sun, 26 Sep 2021 23:05:59 +0200 Subject: [PATCH] Fix i3 config not using the shared rofi config (which sway also uses) --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index cb44dd6..787c445 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -71,7 +71,7 @@ ### Menu for commands ### # Program Launcher - bindsym $mod+d exec rofi -no-config -no-lazy-grab -show drun -modi drun -theme ~/.config/polybar/grayblocks/scripts/rofi/launcher.rasi + bindsym $mod+d exec rofi -no-config -no-lazy-grab -show drun -modi drun -theme ~/.config/wofi/launcher.rasi # Power menu bindsym $mod+P exec /home/marco/.config/wofi/wofi-power.sh