Files
dotfiles/.config/hypr/machine.lua##class.arch_desktop
T

22 lines
432 B
Plaintext

-- Desktop-only display and startup profile.
return {
monitors = {
{
output = "HDMI-A-1",
mode = "3840x2160@120",
position = "0x0",
scale = 1,
},
},
startup = {
"noctalia",
-- 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",
},
}