temporary: disable plugins for hyprland
This commit is contained in:
parent
49ece00cff
commit
2832f86a7e
4 changed files with 565 additions and 17 deletions
|
|
@ -243,15 +243,15 @@
|
|||
"oxinoti"
|
||||
] ++ config.programs.hyprland.extra_autostart;
|
||||
|
||||
plugin = {
|
||||
hyprspace = {
|
||||
bind = [
|
||||
"SUPER, W, overview:toggle, toggle"
|
||||
];
|
||||
};
|
||||
};
|
||||
#plugin = {
|
||||
# hyprspace = {
|
||||
# bind = [
|
||||
# "SUPER, W, overview:toggle, toggle"
|
||||
# ];
|
||||
# };
|
||||
#};
|
||||
};
|
||||
wayland.windowManager.hyprland.plugins = [
|
||||
inputs.Hyprspace.packages.${pkgs.system}.Hyprspace
|
||||
];
|
||||
#wayland.windowManager.hyprland.plugins = [
|
||||
# inputs.Hyprspace.packages.${pkgs.system}.Hyprspace
|
||||
#];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue