b93b27e43a
Blank all displays after five minutes without using DPMS or locking the session.
23 lines
448 B
Plaintext
23 lines
448 B
Plaintext
-- Desktop-only display and startup profile.
|
|
return {
|
|
monitors = {
|
|
{
|
|
output = "HDMI-A-1",
|
|
mode = "3840x2160@120",
|
|
position = "0x0",
|
|
scale = 1,
|
|
},
|
|
},
|
|
startup = {
|
|
"noctalia",
|
|
"hypridle",
|
|
-- Electron's tray icon registers only when the SNI watcher already exists.
|
|
"sh -c 'sleep 2; exec mullvad-vpn'",
|
|
"thunderbird",
|
|
"nextcloud",
|
|
"spotify",
|
|
"brave",
|
|
"alacritty -e tmux",
|
|
},
|
|
}
|