pinwheel: Format physlock keybindings

This commit is contained in:
Alexander Heldt
2023-10-29 19:52:09 +01:00
parent 166f4cc96b
commit 28e0ff7189

View File

@@ -31,10 +31,11 @@ in
let let
pause-music = "${pkgs.playerctl}/bin/playerctl -p spotify pause"; pause-music = "${pkgs.playerctl}/bin/playerctl -p spotify pause";
in in
[ [
"$mod SHIFT, x, exec, ${pause-music}; systemctl suspend" # will lock the screen with `physlock`, see `lockOn.suspend
"$mod, x, exec, ${pause-music}; ${config.security.wrapperDir}/physlock -d -s -m" "$mod SHIFT, x, exec, ${pause-music}; systemctl suspend"
]; "$mod, x, exec, ${pause-music}; ${config.security.wrapperDir}/physlock -d -s -m"
];
}; };
}; };
}; };