hyprland and dms configuration
This commit is contained in:
@@ -4,10 +4,18 @@
|
||||
-- Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
-- Or execute your favorite apps at launch like this:
|
||||
--
|
||||
-- hl.on("hyprland.start", function ()
|
||||
-- hl.on("hyprland.start", function ()
|
||||
-- hl.exec_cmd(terminal)
|
||||
-- hl.exec_cmd("nm-applet")
|
||||
-- hl.exec_cmd("waybar & hyprpaper & firefox")
|
||||
-- end)
|
||||
|
||||
hl.on("hyprland.start", function()
|
||||
hl.exec_cmd("librewolf", { workspace = 9 })
|
||||
|
||||
hl.exec_cmd("thunderbird", { workspace = 10 })
|
||||
hl.timer(function()
|
||||
hl.exec_cmd("signal-desktop", { workspace = 10 })
|
||||
hl.exec_cmd("Telegram", { workspace = 10 })
|
||||
end, { timeout = 1000, type = "oneshot" })
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user