feat(noctalia): add modular Hyprland profiles
This commit is contained in:
@@ -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",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user