From 869298aa19b534875b3bc0c0c3ff02e89e8a4e06 Mon Sep 17 00:00:00 2001 From: Sencyy Date: Thu, 22 Aug 2024 21:45:18 -0300 Subject: [PATCH] fix sway keybind --- sway/.config/sway/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index dec9023..a4a675c 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -182,7 +182,8 @@ input type:pointer { # Switch the current container between different layout styles bindsym $mod+s layout stacking bindsym $mod+w layout tabbed - bindsym $mod+e layout toggle split + # Disabled for Emacs :3 + # bindsym $mod+e layout toggle split # Make the current focus fullscreen bindsym $mod+f fullscreen