From d89614248b5e89908fb86ec9ce1a00d25ee1324e Mon Sep 17 00:00:00 2001 From: mitanjan Date: Tue, 27 Jan 2026 16:17:27 +0530 Subject: [PATCH] auto toggle scratchpad on switching workspace (#4250) --- default/hypr/looknfeel.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/default/hypr/looknfeel.conf b/default/hypr/looknfeel.conf index 0279074e..6ba49ccb 100644 --- a/default/hypr/looknfeel.conf +++ b/default/hypr/looknfeel.conf @@ -131,6 +131,11 @@ cursor { hide_on_key_press = true } +# Auto toggle scratchpad on switching workspace from scratchpad +binds { + hide_special_on_workspace_change = true +} + # Style Gum confirm to match terminal theme env = GUM_CONFIRM_PROMPT_FOREGROUND,6 # Cyan env = GUM_CONFIRM_SELECTED_FOREGROUND,0 # Black