modified keybind for adding fan state
This commit is contained in:
@@ -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(" L " ,hl.dsp.exec_cmd(ipc .. "sessionMenu toggle"))
|
||||||
hl.bind("B " ,hl.dsp.exec_cmd(ipc .. "battery togglePanel -- toggle battery panel"))
|
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("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
|
-- Bind Submaps
|
||||||
hl.bind("L" ,hl.dsp.submap("layouts"))
|
hl.bind("L" ,hl.dsp.submap("layouts"))
|
||||||
hl.bind("N" ,function ()
|
hl.bind("N" ,function ()
|
||||||
|
|||||||
Reference in New Issue
Block a user