Compare commits
2 Commits
46f2aabfbd
...
d428c53740
| Author | SHA1 | Date | |
|---|---|---|---|
| d428c53740 | |||
| 3de410da80 |
@@ -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
|
||||
},
|
||||
|
||||
+491
-395
File diff suppressed because it is too large
Load Diff
@@ -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)
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
hl.gesture({
|
||||
fingers = 3,
|
||||
direction = "horizontal",
|
||||
action = "workspace",
|
||||
})
|
||||
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user