Files
dotfiles/.config/hypr/machine.lua##class.arch_laptop
T
2026-07-21 15:30:05 +02:00

17 lines
417 B
Plaintext

-- Laptop profile: leave monitor selection to Hyprland's hotplug support.
-- Noctalia replaces the i3-era Redshift, Polybar, Blueman Applet, and Picom stack.
return {
input = {
touchpad = {
natural_scroll = true,
},
},
monitors = {},
startup = {
"noctalia",
-- Start after Noctalia has claimed the StatusNotifier watcher.
"sh -c 'sleep 2; exec mullvad-vpn'",
"nextcloud",
},
}