diff --git a/home/user/.config/rofi/config.rasi b/home/user/.config/rofi/config.rasi index ce66d11..f110b6b 100644 --- a/home/user/.config/rofi/config.rasi +++ b/home/user/.config/rofi/config.rasi @@ -1,6 +1,5 @@ configuration { show-icons: true; - matching: "fuzzy"; terminal: "alacritty"; font: "xft:FiraCode 12"; } diff --git a/install-hooks/i3/pre-install b/install-hooks/i3/pre-install index f3d47b0..b441701 100755 --- a/install-hooks/i3/pre-install +++ b/install-hooks/i3/pre-install @@ -1,3 +1,3 @@ #!/usr/bin/env bash -echo "sudo pacman -S nitrogen picom compton ttf-font-awesome xdotool xclip maim playerctl" +echo "sudo pacman -S nitrogen picom compton ttf-font-awesome xdotool xclip maim playerctl rofi"