14 lines
356 B
Lua
14 lines
356 B
Lua
|
|
-- See https://wiki.hypr.land/Configuring/Basics/Autostart/
|
|
|
|
-- Autostart necessary processes (like notifications daemons, status bars, etc.)
|
|
-- Or execute your favorite apps at launch like this:
|
|
--
|
|
-- hl.on("hyprland.start", function ()
|
|
-- hl.exec_cmd(terminal)
|
|
-- hl.exec_cmd("nm-applet")
|
|
-- hl.exec_cmd("waybar & hyprpaper & firefox")
|
|
-- end)
|
|
|
|
|