temporary: disable plugins for hyprland

This commit is contained in:
DashieTM 2024-05-06 11:23:35 +02:00
parent 49ece00cff
commit 2832f86a7e
4 changed files with 565 additions and 17 deletions

View file

@ -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
#];
}