From 0699d03c40c3149429ce459ba637c6cc6e2ce027 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Tue, 13 May 2025 15:10:38 +0200 Subject: [PATCH] Private window shortcut --- hypr/hyprland.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 22d718b..cccb7f6 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -221,6 +221,7 @@ $mainMod = SUPER # Sets "Windows" key as main modifier # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, return, exec, $terminal bind = $mainMod, A, exec, firefox +bind = $mainMod SHIFT, A, exec, firefox -private-window bind = $mainMod SHIFT, C, killactive, bind = $mainMod, V, togglefloating, bind = $mainMod, R, exec, $menu