mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-25 02:03: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"
|
"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"
|
||||||
|
|
Loading…
Reference in a new issue