talos: home: set hyprlock shortcut
This commit is contained in:
parent
e027384799
commit
d52af230e2
|
@ -31,6 +31,7 @@ in {
|
||||||
(pkgs)
|
(pkgs)
|
||||||
ansel
|
ansel
|
||||||
chromium # some websites only work there :(
|
chromium # some websites only work there :(
|
||||||
|
hyprlock
|
||||||
shikane # output autoconfig
|
shikane # output autoconfig
|
||||||
zotero
|
zotero
|
||||||
;
|
;
|
||||||
|
@ -75,6 +76,7 @@ in {
|
||||||
keybindings = mkOptionDefault {
|
keybindings = mkOptionDefault {
|
||||||
"Mod4+Shift+e" = ''mode "${logoutMode}"'';
|
"Mod4+Shift+e" = ''mode "${logoutMode}"'';
|
||||||
"Mod4+i" = "exec emacsclient --create-frame";
|
"Mod4+i" = "exec emacsclient --create-frame";
|
||||||
|
"Mod4+Control+l" = "exec hyprlock";
|
||||||
};
|
};
|
||||||
|
|
||||||
modes = mkOptionDefault {
|
modes = mkOptionDefault {
|
||||||
|
|
Loading…
Reference in a new issue