modified keybind for adding fan state

This commit is contained in:
venus
2026-08-23 21:13:46 -05:00
parent 4fac1b88ca
commit 5695563d26

View File

@@ -69,7 +69,7 @@ hl.define_submap("quick-settings", function () -- An Interface for quickly acces
hl.bind(" L " ,hl.dsp.exec_cmd(ipc .. "sessionMenu toggle"))
hl.bind("B " ,hl.dsp.exec_cmd(ipc .. "battery togglePanel -- toggle battery panel"))
hl.bind("SHIFT + C " ,hl.dsp.exec_cmd(ipc .. "calendar toggle"))
hl.bind("F" ,hl.dsp.exec_cmd(ipc .. "calendar toggle"))
hl.bind("F" ,custom.switchFanSate)
-- Bind Submaps
hl.bind("L" ,hl.dsp.submap("layouts"))
hl.bind("N" ,function ()