Compare commits
4 Commits
a143b1a1f1
...
ddf2db90e9
| Author | SHA1 | Date | |
|---|---|---|---|
| ddf2db90e9 | |||
| 8b2ec0c7d7 | |||
| 968ab1ec10 | |||
| b0177ed346 |
@@ -135,6 +135,15 @@ local globalAppBinds = {
|
|||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
key = { "x" },
|
||||||
|
dispatch = function()
|
||||||
|
if recordingMode == 1 then
|
||||||
|
hl.exec_cmd("woomer --output DP-1 --radius 2 --monitor DP-1 -S")
|
||||||
|
end
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
|
||||||
-- Logout menu
|
-- Logout menu
|
||||||
{ key = { "a", "e" }, dispatch = "wlogout -b 5" },
|
{ key = { "a", "e" }, dispatch = "wlogout -b 5" },
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ local appList = {
|
|||||||
"wpaperd -d",
|
"wpaperd -d",
|
||||||
"syncthing -home=/home/user01/.config/syncthing -no-browser",
|
"syncthing -home=/home/user01/.config/syncthing -no-browser",
|
||||||
"gotify-desktop",
|
"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
|
local localAppList
|
||||||
|
|||||||
@@ -65,6 +65,14 @@ hl.window_rule({
|
|||||||
animation = "slide top",
|
animation = "slide top",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
hl.window_rule({
|
||||||
|
name = "woomer no anim",
|
||||||
|
match = {
|
||||||
|
title = "woomer",
|
||||||
|
},
|
||||||
|
no_anim = true,
|
||||||
|
})
|
||||||
|
|
||||||
-- Define gaps for music workspace
|
-- Define gaps for music workspace
|
||||||
hl.workspace_rule({
|
hl.workspace_rule({
|
||||||
workspace = "special:music",
|
workspace = "special:music",
|
||||||
|
|||||||
Reference in New Issue
Block a user