From 502d32ebfce1f85f902239bfa8e3defc9b34ed8f Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 22 Jan 2025 13:55:06 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-22 13:55:06 --- .config/sway/config##hostname.dpad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/sway/config##hostname.dpad b/.config/sway/config##hostname.dpad index 1d79b24a..01a5ebcc 100644 --- a/.config/sway/config##hostname.dpad +++ b/.config/sway/config##hostname.dpad @@ -265,7 +265,7 @@ bindsym $mod+r mode "resize" mode "present" { # command starts mirroring - bindsym m mode "default"; exec $present mirror + bindsym m mode "default"; exec $present mirror # these commands modify an already running mirroring window bindsym o mode "default"; exec $present set-output bindsym r mode "default"; exec $present set-region @@ -273,6 +273,7 @@ mode "present" { bindsym s mode "default"; exec $present set-scaling bindsym f mode "default"; exec $present toggle-freeze bindsym c mode "default"; exec $present custom + # bindsym k mode "default"; # return to default mode bindsym Return mode "default"