From f658b2aa0235b107b3111e4b62af230ee94864c1 Mon Sep 17 00:00:00 2001 From: Thek4n Date: Tue, 21 Nov 2023 11:28:34 +0300 Subject: [PATCH] rofi changes --- home/user/.config/rofi/config.rasi | 1 - install-hooks/i3/pre-install | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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"