feat(desktop): disable river and go back to hyprland.
This commit is contained in:
parent
5d041294a4
commit
13b96d9574
5 changed files with 92 additions and 53 deletions
|
@ -51,8 +51,28 @@ in {
|
|||
playerctl
|
||||
grim
|
||||
libnotify
|
||||
wlopm
|
||||
];
|
||||
|
||||
services.way-displays = {
|
||||
enable = true;
|
||||
settings = {
|
||||
SCALING = false;
|
||||
DISABLED = [
|
||||
{
|
||||
NAME_DESC = "eDP-1";
|
||||
IF = [
|
||||
{
|
||||
PLUGGED = [
|
||||
"HDMI-A-1"
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
wayland.windowManager.river = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue