From 8359122544e07478ef00afe86ee1f5c1aaf05cdb Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 14 Aug 2023 10:58:04 -0400 Subject: [PATCH] hyprland: Passthrough keybinds to VM with ctrl+alt Also useful for preventing keybinds from being used while working on other things. Source: https://old.reddit.com/r/hyprland/comments/15puf7x/ --- home/hyprland.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/hyprland.nix b/home/hyprland.nix index 3097bf4e..084d1f4f 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -200,6 +200,11 @@ in bind = $SUPER_SHIFT, 1, exec, hyprland-relative-workspace b --with-window bind = $SUPER_SHIFT, 2, exec, hyprland-relative-workspace f --with-window + bind = CTRL, Alt_L, submap, passthrough + submap = passthrough + bind = CTRL, Alt_L, submap, reset + submap = reset + layerrule = blur,ironbar layerrule = blur,notifications