Johan Rong 2 月之前
父節點
當前提交
ff858e26b2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      home/features/desktop/hyprland/config/hyprland.lua

+ 1 - 0
home/features/desktop/hyprland/config/hyprland.lua

@@ -281,6 +281,7 @@ 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("spotify"))
 hl.bind(secMod .. " + D",  hl.dsp.exec_cmd("discord"))
+hl.bind(secMod .. " + L",  hl.dsp.exec_cmd("caelestia shell lock lock"))
 
 -- Move focus with mainMod + arrow keys
 hl.bind(mainMod .. " + left",  hl.dsp.focus({ direction = "left" }))