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