Update dotfiles (2026-05-10 14:46:05)

This commit is contained in:
2026-05-10 14:46:05 +02:00
parent d3f4361437
commit 0fef7d3ea1
3 changed files with 2 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
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 .. "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")
-- hl.exec_cmd("sleep 15s; " .. prefix .. "hyprpm reload")
end)