sway focus next

This commit is contained in:
Greg 2024-10-22 13:33:42 +03:00
parent 1e56aff1dd
commit 5b80b6553d

View file

@ -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