Update dotfiles (2026-05-10 20:23:45)

This commit is contained in:
2026-05-10 20:23:45 +02:00
parent 0fef7d3ea1
commit 3de410da80
4 changed files with 539 additions and 396 deletions
@@ -2911,3 +2911,51 @@
"Level": 1, "Level": 1,
"Notification": false "Notification": false
}, },
{
"Time": "2026-05-10T16:27:47.7624064+02:00",
"Group": "AssemblyLoadContext.Unloading",
"Message": "Terminating daemon..",
"StackTrace": null,
"Level": 1,
"Notification": false
},
{
"Time": "2026-05-10T16:27:47.7627726+02:00",
"Group": "closeDaemon",
"Message": "Waiting for daemon to terminate",
"StackTrace": null,
"Level": 1,
"Notification": false
},
{
"Time": "2026-05-10T16:27:47.8124126+02:00",
"Group": "IPC",
"Message": "Connected to a client.",
"StackTrace": null,
"Level": 0,
"Notification": false
},
{
"Time": "2026-05-10T16:27:47.8541054+02:00",
"Group": "IPC",
"Message": "Disconnected from a client.",
"StackTrace": null,
"Level": 0,
"Notification": false
},
{
"Time": "2026-05-10T16:27:47.8544318+02:00",
"Group": "ProgramMain",
"Message": "Daemon gracefully stopped",
"StackTrace": null,
"Level": 1,
"Notification": false
},
{
"Time": "2026-05-10T16:27:47.8628589+02:00",
"Group": "closeDaemon",
"Message": "Waiting for daemon finished",
"StackTrace": null,
"Level": 1,
"Notification": false
},
-1
View File
@@ -10,5 +10,4 @@ hl.on("hyprland.start", function()
hl.exec_cmd("sleep 3s; " .. prefix .. "steam -silent") 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 .. "~/.config/hypr/scripts/gtk.sh")
hl.exec_cmd("sleep 3s; " .. prefix .. "wl-paste --watch cliphist store") hl.exec_cmd("sleep 3s; " .. prefix .. "wl-paste --watch cliphist store")
-- hl.exec_cmd("sleep 15s; " .. prefix .. "hyprpm reload")
end) end)