mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
fix: remove hyprland passthrough to zen
This commit is contained in:
parent
7c42308f53
commit
b5be7ab1b3
1 changed files with 2 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue