diff --git a/home/common/sway.nix b/home/common/sway.nix index dc65abd..6207a80 100644 --- a/home/common/sway.nix +++ b/home/common/sway.nix @@ -111,8 +111,8 @@ in "Alt+Shift+q" = "kill"; "Alt+Shift+Return" = "exec ${term}"; "Alt+p" = "exec ${pkgs.bemenu}/bin/bemenu-run"; - "Alt+c" = "exec ${pkgs.moreutils}/bin/lckdo cliphist_sway ${cliphist_sway}/bin/cliphist_sway"; - "Print" = "exec ${pkgs.moreutils}/bin/lckdo screenshot_clip ${screenshot_clip}/bin/screenshot_clip"; + "Alt+c" = "exec ${pkgs.moreutils}/bin/lckdo /tmp/.cliphist_sway.lck ${cliphist_sway}/bin/cliphist_sway"; + "Print" = "exec ${pkgs.moreutils}/bin/lckdo /tmp/.screenshot_clip.lck ${screenshot_clip}/bin/screenshot_clip"; "Alt+Shift+space" = "floating toggle"; "Alt+space" = "focus mode_toggle"; @@ -147,7 +147,7 @@ in "Alt+j" = "focus down"; "Alt+k" = "focus up"; "Alt+l" = "focus right"; - "Alt+slash" = "exec ${pkgs.moreutils}/bin/lckdo swaysw ${swaysw}/bin/swaysw"; + "Alt+slash" = "exec ${pkgs.moreutils}/bin/lckdo /tmp/.swaysw.lck ${swaysw}/bin/swaysw"; "Alt+Escape" = "workspace back_and_forth"; "Alt+f" = "fullscreen enable"; "Alt+bracketright" = "focus output right";