sway focus next
This commit is contained in:
parent
1e56aff1dd
commit
5b80b6553d
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ client.unfocused #88c0d0 #2e3440 #d8dee9 #4c566a #4c566a
|
||||||
client.urgent #ebcb8b #ebcb8b #2e3440 #8fbcbb #ebcb8b
|
client.urgent #ebcb8b #ebcb8b #2e3440 #8fbcbb #ebcb8b
|
||||||
|
|
||||||
workspace_layout default
|
workspace_layout default
|
||||||
|
focus_wrapping workspace
|
||||||
default_border normal
|
default_border normal
|
||||||
default_floating_border none
|
default_floating_border none
|
||||||
font pango:monospace 0.001
|
font pango:monospace 0.001
|
||||||
|
@ -104,7 +105,6 @@ input "type:keyboard" {
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
bindsym $mod+Space exec $menu
|
bindsym $mod+Space exec $menu
|
||||||
bindsym $mod+Tab exec $switcher
|
|
||||||
bindsym $mod+Backspace exec ~/.config/sway/power.fish
|
bindsym $mod+Backspace exec ~/.config/sway/power.fish
|
||||||
bindsym $mod+grave exec ~/.config/sway/shot.fish
|
bindsym $mod+grave exec ~/.config/sway/shot.fish
|
||||||
bindsym $mod+backslash exec ~/.config/sway/search.fish
|
bindsym $mod+backslash exec ~/.config/sway/search.fish
|
||||||
|
@ -125,6 +125,7 @@ input "type:keyboard" {
|
||||||
# Moving around:
|
# Moving around:
|
||||||
#
|
#
|
||||||
# Move your focus around
|
# Move your focus around
|
||||||
|
bindsym $mod+Tab focus next
|
||||||
bindsym $mod+$left focus left
|
bindsym $mod+$left focus left
|
||||||
bindsym $mod+$down focus down
|
bindsym $mod+$down focus down
|
||||||
bindsym $mod+$up focus up
|
bindsym $mod+$up focus up
|
||||||
|
|
Loading…
Add table
Reference in a new issue