From e822f08a6e888dec2850fc670c8923623629fdba Mon Sep 17 00:00:00 2001 From: Asmir A Date: Fri, 27 Oct 2023 12:42:07 +0200 Subject: [PATCH] home/sway: add swaysw shortcut --- home/sway.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/sway.nix b/home/sway.nix index 5682436..3c9dda4 100644 --- a/home/sway.nix +++ b/home/sway.nix @@ -100,7 +100,7 @@ "Alt+j" = "focus down"; "Alt+k" = "focus up"; "Alt+l" = "focus right"; - "Alt+slash" = "exec lckdo /tmp/.sws_cli_lock footclient -a sws_cli -- sws_cli.sh"; + "Alt+slash" = "exec swaysw"; "Alt+Escape" = "workspace back_and_forth"; "Alt+f" = "fullscreen enable";