mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 15:38:12 +01:00
hyprland: Drop hyprspace for now
The less code the easier it is to maintain.
This commit is contained in:
parent
d09172cc8b
commit
4bd63595a3
@ -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)$"
|
||||
|
Loading…
Reference in New Issue
Block a user