From 4613b2650337ce150d66dbba06509925814cb67a Mon Sep 17 00:00:00 2001 From: Asmir A Date: Sun, 29 Oct 2023 00:59:12 +0200 Subject: [PATCH] home/sway: switch whatsapp-for-linux with zapzap --- home/sway.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/sway.nix b/home/sway.nix index 3c9dda4..f9001f0 100644 --- a/home/sway.nix +++ b/home/sway.nix @@ -18,7 +18,7 @@ window.commands = [ { command = "move scratchpad, resize set 1152 648"; - criteria = {app_id = "pulsemixer|python3|whatsapp-for-linux|com.viber.Viber";}; + criteria = {app_id = "pulsemixer|python3|com.rtosta.zapzap|whatsapp-for-linux|com.viber.Viber";}; } { command = "move scratchpad, resize set 1502 845"; @@ -106,7 +106,7 @@ "Mod4+l" = '' exec swaymsg [app_id="python3"] scratchpad show || exec foot -a python3 python3''; - "Mod4+h" = "exec swaymsg [app_id=whatsapp-for-linux] scratchpad show || exec whatsapp-for-linux"; + "Mod4+h" = "exec swaymsg [app_id=com.rtosta.zapzap] scratchpad show || exec zapzap"; "Mod4+j" = "exec swaymsg [app_id=com.viber.Viber] scratchpad show"; "Mod4+y" = '' exec swaymsg [app_id="pulsemixer"] scratchpad show || exec foot -a pulsemixer pulsemixer'';