fixed myputer not using UWSM with hyprland
This commit is contained in:
parent
b5dab67f08
commit
7d4e0f3559
1 changed files with 7 additions and 1 deletions
|
|
@ -107,7 +107,13 @@ in {
|
||||||
wayland.enable = true; # experimental
|
wayland.enable = true; # experimental
|
||||||
theme = "corners";
|
theme = "corners";
|
||||||
};
|
};
|
||||||
defaultSession = "hyprland";
|
defaultSession =
|
||||||
|
"hyprland"
|
||||||
|
+ (
|
||||||
|
if config.programs.hyprland.withUWSM == true
|
||||||
|
then "-uwsm"
|
||||||
|
else null
|
||||||
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
# Multimedia Framework
|
# Multimedia Framework
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue