From d30356ea06e75f7a3f260d5c2047ced345fd542e Mon Sep 17 00:00:00 2001 From: zachir Date: Fri, 18 Jul 2025 12:10:07 -0500 Subject: Use tofi again instead of rofi --- hypr/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index c09dc9f..166c40b 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -307,8 +307,8 @@ submap = reset #}}} #{{{ Menu bindings -bind = $mainMod, R, exec, sh -c "rofi -show drun" -bind = $mainMod, D, exec, sh -c "rofi -show run" +bind = $mainMod, R, exec, sh -c "tofi-drun --drun-launch=true -c $HOME/.config/tofi/themes/dmenu_vertical" +bind = $mainMod, D, exec, sh -c "$(tofi-run -c $HOME/.config/tofi/themes/dmenu_vertical)" bind = $mainMod $secdMod, Q, exec, qbc bind = $mainMod $secdMod, W, exec, lwc bind = $mainMod $secdMod, E, exec, mbc -- cgit v1.2.3 From 198d8117842bf354af83b5e99e9ef263860ee566 Mon Sep 17 00:00:00 2001 From: zachir Date: Fri, 18 Jul 2025 12:10:22 -0500 Subject: Fix tofi colors --- tofi/themes/dmenu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tofi/themes/dmenu b/tofi/themes/dmenu index 5aaef23..5f01aab 100644 --- a/tofi/themes/dmenu +++ b/tofi/themes/dmenu @@ -1,4 +1,4 @@ -include = "themes/colors" +include = "colors" hidden-character = "*" anchor = top -- cgit v1.2.3 From 69d1aa0bc866139683cd1df54a1e13169027f69a Mon Sep 17 00:00:00 2001 From: zachir Date: Fri, 18 Jul 2025 12:10:41 -0500 Subject: Fix tofi height --- tofi/themes/dmenu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tofi/themes/dmenu b/tofi/themes/dmenu index 5f01aab..e2dc14d 100644 --- a/tofi/themes/dmenu +++ b/tofi/themes/dmenu @@ -3,7 +3,7 @@ include = "colors" hidden-character = "*" anchor = top width = 100% -height = 24 +height = 36 horizontal = true font-size = 18 prompt-text = "" -- cgit v1.2.3