From 1a7aa74d0867fa1c0b9c3516ed127f6dc1515be2 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Wed, 16 Jul 2025 10:51:02 -0500 Subject: Disable hyprlock animations --- hypr/hyprlock.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'hypr') diff --git a/hypr/hyprlock.conf b/hypr/hyprlock.conf index 57f9fdd..2ec72d3 100644 --- a/hypr/hyprlock.conf +++ b/hypr/hyprlock.conf @@ -1,10 +1,10 @@ general { - disable_loading_bar = true hide_cursor = true - grace = 0 - no_fade_in = true - no_fade_out = true - ignore_empty_input = true + immediate_render = true +} + +animations { + enabled = false } background { -- cgit v1.2.3 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(-) (limited to 'hypr') 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