From 27f020af4dc822e5dd90182dc457112c24f5a4c9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 14 Sep 2025 14:55:32 +0200 Subject: [PATCH] Add SUPER + BACKSPACE to toggle transparency on/off for a window Useful for video sites etc --- default/hypr/bindings/utilities.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/default/hypr/bindings/utilities.conf b/default/hypr/bindings/utilities.conf index 21fe0321..da8f61de 100644 --- a/default/hypr/bindings/utilities.conf +++ b/default/hypr/bindings/utilities.conf @@ -11,6 +11,7 @@ bindd = , XF86Calculator, Calculator, exec, gnome-calculator bindd = SUPER SHIFT, SPACE, Toggle top bar, exec, omarchy-toggle-waybar bindd = SUPER CTRL, SPACE, Next background in theme, exec, omarchy-theme-bg-next bindd = SUPER SHIFT CTRL, SPACE, Pick new theme, exec, omarchy-menu theme +bindd = SUPER, BACKSPACE, Toggle window transparency, exec, hyprctl dispatch setprop "address:$(hyprctl activewindow -j | jq -r '.address')" opaque toggle # Notifications bindd = SUPER, COMMA, Dismiss last notification, exec, makoctl dismiss