Cleaned up config some and added window rule for fullscreen gaps

This commit is contained in:
venus
2026-06-01 13:57:46 -05:00
parent 2250446148
commit f5781cb444
6 changed files with 81 additions and 100 deletions

6
custom-functions.lua Normal file
View File

@@ -0,0 +1,6 @@
-- custom-functions.lua
local C = {}
function C.startTimer()
-- TODO implement custom timer logic here
end
return C