Compare commits

..

3 Commits

Author SHA1 Message Date
ddf2db90e9 fixed fucked url that isnt actually https 2026-07-02 09:01:39 +01:00
8b2ec0c7d7 changed endpoint becuase people are using my dotfiles
It was a known issue that the notification triggers on all my devices
because of how the automation is set up, but it also tells me that OTHER
PEOPLE ARE USING MY DOTFILES!!!!! THATS INSANE!!!! If you're reading
this because you use them too, thank you so much for validating my work,
it means alot. Just stop triggering my automations lol
2026-06-30 00:09:17 +01:00
968ab1ec10 added woomer windowrule 2026-06-29 17:30:14 +01:00
2 changed files with 9 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ local appList = {
"wpaperd -d",
"syncthing -home=/home/user01/.config/syncthing -no-browser",
"gotify-desktop",
'sleep 5 && curl -X POST -H "Content-Type: application/json" -d "{\\"ref\\":\\"$(git -C ~/.dotfiles rev-parse HEAD)\\", \\"status\\":\\"$(git -C ~/.dotfiles diff --quiet && echo "clean" || echo "dirty")\\"}" https://n8n.voidarc.co.uk/webhook/config-checker',
'sleep 5 && curl -X POST -H "Content-Type: application/json" -d "{\\"ref\\":\\"$(git -C ~/.dotfiles rev-parse HEAD)\\", \\"status\\":\\"$(git -C ~/.dotfiles diff --quiet && echo "clean" || echo "dirty")\\"}" http://192.168.1.180:5678/webhook/config-checker',
}
local localAppList

View File

@@ -65,6 +65,14 @@ hl.window_rule({
animation = "slide top",
})
hl.window_rule({
name = "woomer no anim",
match = {
title = "woomer",
},
no_anim = true,
})
-- Define gaps for music workspace
hl.workspace_rule({
workspace = "special:music",