fix hyprland incorrect bindings
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
imports = [
|
||||
./hypr/binds.nix
|
||||
];
|
||||
};
|
||||
imports = [
|
||||
./hypr/binds.nix
|
||||
];
|
||||
wayland.windowManager.hyprland.enable = true;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,13 @@
|
||||
{
|
||||
bindd = [
|
||||
"SUPER, Return, Open Terminal, exec, ghostty"
|
||||
"SUPER, Q, Kill active, killactive"
|
||||
];
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
bindd = [
|
||||
"SUPER, Return, Open Terminal, exec, ghostty"
|
||||
"SUPER, Q, Kill active, killactive"
|
||||
|
||||
"SUPER, J, Move focus down, movefocus, d"
|
||||
"SUPER, K, Move focus up, movefocus, u"
|
||||
"SUPER, H, Move focus left, movefocus, l"
|
||||
"SUPER, L, Move focus right, movefocus, r"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user