sway: Cambiar keybindings de layout
This commit is contained in:
parent
0060161234
commit
19a8499fbb
1 changed files with 7 additions and 10 deletions
|
@ -127,26 +127,23 @@ input * {
|
|||
# bindsym $mod+Shift+8 move container to workspace "8: comms"
|
||||
# bindsym $mod+Shift+9 move container to workspace "9: media"
|
||||
# bindsym $mod+Shift+0 move container to workspace number 10
|
||||
#
|
||||
|
||||
# Layout stuff:
|
||||
#
|
||||
bindsym $mod+w layout toggle split tabbed stacking
|
||||
bindsym $mod+e layout toggle split
|
||||
bindsym $mod+v split toggle
|
||||
bindsym $mod+a focus parent
|
||||
bindsym $mod+Shift+a focus child
|
||||
|
||||
bindsym $mod+s sticky toggle
|
||||
|
||||
# Make the current focus fullscreen
|
||||
bindsym $mod+g layout toggle splitv splith stacking
|
||||
bindsym $mod+Shift+g split v
|
||||
|
||||
bindsym $mod+f fullscreen
|
||||
|
||||
# Toggle the current focus between tiling and floating mode
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
|
||||
# Swap focus between the tiling area and the floating area
|
||||
bindsym $mod+space focus mode_toggle
|
||||
|
||||
# Move focus to the parent container
|
||||
bindsym $mod+a focus parent
|
||||
bindsym $mod+Shift+a focus child
|
||||
#
|
||||
# Scratchpad:
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue