mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-25 07:08:38 +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 = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
plugins = [
|
|
||||||
(callPackage ../packages/hyprspace.nix { })
|
|
||||||
];
|
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
env = [
|
env = [
|
||||||
"BROWSER,librewolf"
|
"BROWSER,librewolf"
|
||||||
@ -174,20 +170,6 @@ in
|
|||||||
"blur,notifications"
|
"blur,notifications"
|
||||||
];
|
];
|
||||||
|
|
||||||
plugin = {
|
|
||||||
overview = {
|
|
||||||
affectStrut = false;
|
|
||||||
showEmptyWorkspace = false;
|
|
||||||
exitOnSwitch = true;
|
|
||||||
exitOnClick = true;
|
|
||||||
drawActiveWorkspace = true;
|
|
||||||
hideRealLayers = false;
|
|
||||||
hideOverlayLayers = false;
|
|
||||||
hideTopLayers = false;
|
|
||||||
hideBackgroundLayers = false;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
windowrulev2 = [
|
windowrulev2 = [
|
||||||
"nomaxsize,class:^(winecfg\.exe)$"
|
"nomaxsize,class:^(winecfg\.exe)$"
|
||||||
"nomaxsize,class:^(osu\.exe)$"
|
"nomaxsize,class:^(osu\.exe)$"
|
||||||
|
Loading…
Reference in New Issue
Block a user