fix: remove hyprland passthrough to zen

This commit is contained in:
Youwen Wu 2024-08-26 16:38:57 -07:00
parent 7c42308f53
commit b5be7ab1b3
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -38,6 +38,8 @@
"XCURSOR_SIZE,26" "XCURSOR_SIZE,26"
]; ];
bind = [ bind = [
# External reserved keys: SUPER + Z and SUPER + X for zen-browser.
# Application Keybinds # Application Keybinds
"$mod, F, exec, zen-browser || librewolf" "$mod, F, exec, zen-browser || librewolf"
"$mod, T, exec, kitty" "$mod, T, exec, kitty"
@ -112,10 +114,6 @@
# System control # System control
",XF86AudioMute, exec, pamixer -t" ",XF86AudioMute, exec, pamixer -t"
# Pass to zen-alpha
"SUPER, Z, pass, ^(zen-alpha)"
"SUPER, X, pass, ^(zen-alpha)"
]; ];
bindm = [ bindm = [
"$mod, mouse:272, movewindow" "$mod, mouse:272, movewindow"