Explorar o código

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

Johan Rong hai 2 meses
pai
achega
f0240947fb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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" }))