From b5be7ab1b37dfa5397d80dd58e5eb9aa23b5666d Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Mon, 26 Aug 2024 16:38:57 -0700 Subject: [PATCH] fix: remove hyprland passthrough to zen --- users/youwen/linux/hyprland/common.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/users/youwen/linux/hyprland/common.nix b/users/youwen/linux/hyprland/common.nix index ab26ab6..4706882 100644 --- a/users/youwen/linux/hyprland/common.nix +++ b/users/youwen/linux/hyprland/common.nix @@ -38,6 +38,8 @@ "XCURSOR_SIZE,26" ]; bind = [ + # External reserved keys: SUPER + Z and SUPER + X for zen-browser. + # Application Keybinds "$mod, F, exec, zen-browser || librewolf" "$mod, T, exec, kitty" @@ -112,10 +114,6 @@ # System control ",XF86AudioMute, exec, pamixer -t" - - # Pass to zen-alpha - "SUPER, Z, pass, ^(zen-alpha)" - "SUPER, X, pass, ^(zen-alpha)" ]; bindm = [ "$mod, mouse:272, movewindow"