mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 20:02:10 +02:00
put bindings to hyprspace file
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
plugins = [ inputs.hyprspace.packages.${pkgs.system}.Hyprspace ];
|
||||
settings = { plugin = { overview = { autoDrag = false; }; }; };
|
||||
settings = {
|
||||
plugin = { overview = { autoDrag = false; }; };
|
||||
|
||||
bind = [
|
||||
"$mod,TAB, overview:toggle" # Overview
|
||||
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user