From 5b80b6553d1c16dceb038db3d4887417eb9111f0 Mon Sep 17 00:00:00 2001 From: Greg Date: Tue, 22 Oct 2024 13:33:42 +0300 Subject: [PATCH] sway focus next --- .config/sway/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 5ab1fe4..4da367e 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -9,6 +9,7 @@ client.unfocused #88c0d0 #2e3440 #d8dee9 #4c566a #4c566a client.urgent #ebcb8b #ebcb8b #2e3440 #8fbcbb #ebcb8b workspace_layout default +focus_wrapping workspace default_border normal default_floating_border none font pango:monospace 0.001 @@ -104,7 +105,6 @@ input "type:keyboard" { bindsym $mod+Return exec $term bindsym $mod+Shift+q kill bindsym $mod+Space exec $menu - bindsym $mod+Tab exec $switcher bindsym $mod+Backspace exec ~/.config/sway/power.fish bindsym $mod+grave exec ~/.config/sway/shot.fish bindsym $mod+backslash exec ~/.config/sway/search.fish @@ -125,6 +125,7 @@ input "type:keyboard" { # Moving around: # # Move your focus around + bindsym $mod+Tab focus next bindsym $mod+$left focus left bindsym $mod+$down focus down bindsym $mod+$up focus up