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

This commit is contained in:
2026-05-08 01:06:08 +02:00
parent 5d0d4a3eaf
commit 8de44e5fc3
13 changed files with 621 additions and 4 deletions
+15
View File
@@ -0,0 +1,15 @@
local prefix = "app2unit -S out -- "
hl.on("hyprland.start", function()
hl.exec_cmd(prefix .. "zshell-cli shell start")
hl.exec_cmd("sleep 3s; " .. prefix .. "/usr/bin/otd-daemon")
hl.exec_cmd("sleep 3s; " .. prefix .. "obs --scene 'Recording' --startreplaybuffer --minimize-to-tray")
hl.exec_cmd("sleep 3s; " .. prefix .. "ideskpet start")
hl.exec_cmd("sleep 3s; " .. prefix .. "hyprpm reload")
hl.exec_cmd("sleep 3s; " .. prefix .. "librewolf")
hl.exec_cmd("sleep 3s; " .. prefix .. "Telegram -startintray")
hl.exec_cmd("sleep 3s; " .. prefix .. "discord --enable-features=WaylandLinuxDrmSyncobj --start-minimized")
hl.exec_cmd("sleep 3s; " .. prefix .. "steam -silent")
hl.exec_cmd("sleep 3s; " .. prefix .. "~/.config/hypr/scripts/gtk.sh")
hl.exec_cmd("sleep 3s; " .. prefix .. "wl-paste --watch cliphist store")
end)