hyprland: Drop hyprspace for now

The less code the easier it is to maintain.
This commit is contained in:
Donovan Glover 2024-07-11 18:28:09 -04:00
parent d09172cc8b
commit 4bd63595a3
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -42,10 +42,6 @@ in
wayland.windowManager.hyprland = {
enable = true;
plugins = [
(callPackage ../packages/hyprspace.nix { })
];
settings = {
env = [
"BROWSER,librewolf"
@ -174,20 +170,6 @@ in
"blur,notifications"
];
plugin = {
overview = {
affectStrut = false;
showEmptyWorkspace = false;
exitOnSwitch = true;
exitOnClick = true;
drawActiveWorkspace = true;
hideRealLayers = false;
hideOverlayLayers = false;
hideTopLayers = false;
hideBackgroundLayers = false;
};
};
windowrulev2 = [
"nomaxsize,class:^(winecfg\.exe)$"
"nomaxsize,class:^(osu\.exe)$"