|
@@ -15,7 +15,8 @@ hl.bind(mainMod .. " + SHIFT + SPACE", hl.dsp.window.float({ action = "toggle" }
|
|
|
|
|
|
|
|
hl.bind(secMod .. " + E", hl.dsp.exec_cmd(fileManager))
|
|
hl.bind(secMod .. " + E", hl.dsp.exec_cmd(fileManager))
|
|
|
hl.bind(secMod .. " + Q", hl.dsp.exec_cmd("firefox"))
|
|
hl.bind(secMod .. " + Q", hl.dsp.exec_cmd("firefox"))
|
|
|
-hl.bind(secMod .. " + S", hl.dsp.exec_cmd("feishin"))
|
|
|
|
|
|
|
+--hl.bind(secMod .. " + S", hl.dsp.exec_cmd("feishin"))
|
|
|
|
|
+hl.bind(secMod .. " + S", hl.dsp.exec_cmd("Aonsoku"))
|
|
|
hl.bind(secMod .. " + CONTROL + S", hl.dsp.exec_cmd("spotify"))
|
|
hl.bind(secMod .. " + CONTROL + S", hl.dsp.exec_cmd("spotify"))
|
|
|
hl.bind(secMod .. " + D", hl.dsp.exec_cmd("discord"))
|
|
hl.bind(secMod .. " + D", hl.dsp.exec_cmd("discord"))
|
|
|
hl.bind(secMod .. " + SHIFT + C", hl.dsp.exec_cmd("hyprpicker --autocopy"))
|
|
hl.bind(secMod .. " + SHIFT + C", hl.dsp.exec_cmd("hyprpicker --autocopy"))
|