Johan Rong 2 bulan lalu
induk
melakukan
ff858e26b2
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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" }))