Fix black screen after suspend
This commit is contained in:
parent
afaf653161
commit
7d458197c0
2 changed files with 7 additions and 5 deletions
|
|
@ -52,15 +52,15 @@
|
|||
executeAfter = [ "${pkgs.systemd}/bin/systemctl --user restart stalonetray" "${pkgs.feh}/bin/feh --bg-fill ~/.wallpaper.png" ];
|
||||
rules = [
|
||||
{
|
||||
name = "Work HDMI";
|
||||
name = "External HDMI";
|
||||
outputs_connected = [ "HDMI-1" ];
|
||||
configure_single = "HDMI-1";
|
||||
primary = true;
|
||||
atomic = true;
|
||||
}
|
||||
{
|
||||
name = "Fallback";
|
||||
configure_single = "eDP-1";
|
||||
name = "Primary";
|
||||
configure_single = "eDP";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue