mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2026-09-05 10:49:17 +00:00
refactor(hypr): migrate configuration to lua
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
local programs = require("env")
|
||||
|
||||
hl.on("hyprland.start", function()
|
||||
hl.exec_cmd(programs.browser, { workspace = "1 silent" })
|
||||
hl.exec_cmd(programs.terminal, { workspace = "2 silent" })
|
||||
hl.exec_cmd("flatpak run org.signal.Signal", { workspace = "10 silent" })
|
||||
end)
|
||||
Reference in New Issue
Block a user