Reintroduced swaylock keybinding

This commit is contained in:
Alejandro Angulo 2023-03-26 08:39:28 -07:00
parent 2ac7c6e40d
commit bde962e1ac
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -163,6 +163,7 @@ in {
"${modifier}+z" = "reload";
# TODO: Reintroduce this. Failing because config.home.homeDirectory is not set
# "${modifier}+x" = "exec swaylock -i ${config.home.homeDirectory}/dotfiles/users/alejandro/sway/wallpaper.png";
"${modifier}+x" = "exec swaylock";
# Volume control
"XF86AudioRaiseVolume" = " exec 'pamixer --increase 5'";