Compare commits

...

2 Commits

Author SHA1 Message Date
Inorishio d428c53740 Update dotfiles (2026-05-10 20:30:55) 2026-05-10 20:30:55 +02:00
Inorishio 3de410da80 Update dotfiles (2026-05-10 20:23:45) 2026-05-10 20:23:45 +02:00
6 changed files with 544 additions and 408 deletions
@@ -2911,3 +2911,51 @@
"Level": 1,
"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 .. "~/.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)
+5
View File
@@ -0,0 +1,5 @@
hl.gesture({
fingers = 3,
direction = "horizontal",
action = "workspace",
})
-12
View File
@@ -19,15 +19,3 @@ hl.config({
},
},
})
hl.gesture({
fingers = 3,
direction = "horizontal",
action = "workspace",
})
-- See https://wiki.hypr.land/Configuring/Advanced-and-Cool/Devices/ for more
hl.device({
name = "epic-mouse-v1",
sensitivity = 0,
})