Update dotfiles (2026-05-08 01:06:14)

This commit is contained in:
Zacharias-Brohn
2026-05-08 01:06:14 +02:00
parent c7f0249c57
commit e4ad1a71b4
11 changed files with 289 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
local prefix = "app2unit -S out -- "
hl.on("hyprland.start", function()
hl.exec_cmd(prefix .. "zshell-cli shell start")
hl.exec_cmd("sleep 3s; " .. prefix .. "discord --enable-features=WaylandLinuxDrmSyncobj", { workspace = 1 })
hl.exec_cmd("sleep 3s; " .. prefix .. "openrgb -p green --gui", { workspace = "3 silent" })
hl.exec_cmd("sleep 3s; " .. prefix .. "keepassxc", { workspace = "2 silent" })
hl.exec_cmd("sleep 3s; " .. prefix .. "AyuGram", { workspace = "1 silent" })
hl.exec_cmd("sleep 3s; " .. prefix .. "solaar -b symbolic", { workspace = "3 silent" })
hl.exec_cmd("sleep 3s; " .. prefix .. "librewolf", { workspace = "2 silent" })
hl.exec_cmd("sleep 3s; " .. prefix .. "~/.config/hypr/scripts/gtk.sh")
hl.exec_cmd("sleep 3s; " .. prefix .. "wl-paste --watch cliphist store")
end)