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