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(-) 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 a42beee500a77b5f1144396585a40d862309ed5a Mon Sep 17 00:00:00 2001 From: ZachIR Date: Wed, 16 Jul 2025 18:21:57 -0500 Subject: Set default terminal to st in profile --- sh/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/profile b/sh/profile index 45911b5..1582d5a 100644 --- a/sh/profile +++ b/sh/profile @@ -77,7 +77,7 @@ export XKB_DEFAULT_OPTIONS=caps:escape export EDITOR="nvim" export READER="zathura" export VISUAL="nvim" -export TERMINAL="alacritty" +export TERMINAL="st" export BROWSER="browser" export VIDEO="mpv" export IMAGE="sxiv" -- 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(-) 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