update: add ATRI specific starups
This commit is contained in:
@@ -17,3 +17,15 @@ require("lua.binds").load()
|
||||
require("lua.modules").load()
|
||||
require("lua.plugins").load()
|
||||
require("lua.animations").load()
|
||||
|
||||
if string.sub(settings["hostname"], 1, 4) == "ATRI" then
|
||||
hl.on("hyprland.start", function()
|
||||
hl.exec_cmd("kitty", {
|
||||
workspace = "1 silent",
|
||||
})
|
||||
hl.exec_cmd("kitty -o font_size=10 btop", {
|
||||
workspace = "2 silent",
|
||||
})
|
||||
hl.exec_cmd("sleep 1 && pw-play ~/.local/share/startupsounds/start-computeraif-14572.mp3")
|
||||
end)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user