Browse Source

Merge branch 'master' of https://github.com/johron/nix-dots

Johan Rong 2 tháng trước cách đây
mục cha
commit
f0240947fb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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" }))