Disable Hyprglass in Hyprland config
This commit is contained in:
@@ -46,11 +46,10 @@ return {
|
|||||||
current_layout = columns_layout,
|
current_layout = columns_layout,
|
||||||
enable_nstack = true,
|
enable_nstack = true,
|
||||||
enable_hyprexpo = true,
|
enable_hyprexpo = true,
|
||||||
-- Keep disabled until the PR231-patched Hyprspace build is switched into /run/current-system.
|
|
||||||
enable_hyprspace = false,
|
enable_hyprspace = false,
|
||||||
enable_hyprwinview = true,
|
enable_hyprwinview = true,
|
||||||
enable_workspace_history = true,
|
enable_workspace_history = true,
|
||||||
enable_hyprglass = true,
|
enable_hyprglass = false,
|
||||||
configure_nstack_plugin_from_lua = false,
|
configure_nstack_plugin_from_lua = false,
|
||||||
workspace_layouts = {},
|
workspace_layouts = {},
|
||||||
minimized_windows = {},
|
minimized_windows = {},
|
||||||
|
|||||||
@@ -98,7 +98,7 @@
|
|||||||
./packages/hyprspace-lua-api.patch
|
./packages/hyprspace-lua-api.patch
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
enableHyprglass = true;
|
enableHyprglass = false;
|
||||||
hyprglass = pkgs.callPackage ./packages/hyprglass {
|
hyprglass = pkgs.callPackage ./packages/hyprglass {
|
||||||
src = inputs.hyprglass;
|
src = inputs.hyprglass;
|
||||||
hyprland = baseHyprlandPackage;
|
hyprland = baseHyprlandPackage;
|
||||||
|
|||||||
Reference in New Issue
Block a user