feat(noctalia): add modular Hyprland profiles

This commit is contained in:
2026-07-21 13:42:48 +02:00
parent b79e8e3d08
commit 678ea8228d
11 changed files with 560 additions and 0 deletions
@@ -0,0 +1,21 @@
-- 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",
},
}