From 5695563d268e4c0b97de4ca021f475206a3bee51 Mon Sep 17 00:00:00 2001 From: venus Date: Sun, 23 Aug 2026 21:13:46 -0500 Subject: [PATCH] modified keybind for adding fan state --- basic/submaps.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic/submaps.lua b/basic/submaps.lua index 9d86b8a..5c7435e 100644 --- a/basic/submaps.lua +++ b/basic/submaps.lua @@ -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 ()