From 4c2d4ef6f88b67a5be37de22bbdf341d28a43c5b Mon Sep 17 00:00:00 2001 From: James Patrick Date: Tue, 21 Apr 2020 23:55:31 -0400 Subject: [PATCH] Changed toggle float keybind. --- sway/config.d/keybinds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/config.d/keybinds b/sway/config.d/keybinds index a1b2837..a4af6b7 100644 --- a/sway/config.d/keybinds +++ b/sway/config.d/keybinds @@ -93,7 +93,7 @@ bindsym $mod+f fullscreen bindsym $mod+Shift+s sticky toggle # Toggle the current focus between tiling and floating mode -bindsym $mod+Shift+space floating toggle +bindsym $mod+Shift+f floating toggle # Swap focus between the tiling area and the floating area bindsym $mod+d focus mode_toggle