fix locking cmd again

auto-flake-update
Yorick van Pelt 2022-04-19 09:49:22 +02:00
parent 0cc16d6689
commit dcc9843038
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ in {
"exec --no-startup-id bash /home/yorick/dotfiles/bin/invert.sh";
#"${mod}+ctrl+l" = "exec --no-startup-id loginctl lock-session";
"${mod}+ctrl+l" =
"exec --no-startup-id playerctl -a pause; (bluetoothctl disconnect 94:DB:56:79:7D:86 &) && sleep 1s && pkill -USR1 swayidle";
"exec --no-startup-id \"playerctl -a pause; (bluetoothctl disconnect 94:DB:56:79:7D:86 &) && sleep 1s && pkill -USR1 swayidle\"";
"${mod}+Return" = "exec alacritty";
"${mod}+Escape" = "workspace back_and_forth";
"${mod}+0" = "workspace 10";