From ba127acd629b0543031748d5fb761b44db91e1ea Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 25 Aug 2024 12:37:45 -0400 Subject: [PATCH] hyprland: Change passthrough key to super+alt+backspace Fixes an issue where the passthrough keybind was being executed when switching ttys. --- home/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index 005a0805..049262f7 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -241,9 +241,9 @@ in extraConfig = # hyprlang '' - bind = CTRL, Alt_L, submap, passthrough + bind = ${super}_ALT, BackSpace, submap, passthrough submap = passthrough - bind = CTRL, Alt_L, submap, reset + bind = ${super}_ALT, BackSpace, submap, reset submap = reset ''; };