Agregar a sway en /etc/sway/config para moverse al último workspace

Toggle workspaces

bindsym $mod+Tab workspace back_and_forth

input * {
    xkb_layout "es"
}
Actions
  • Mod + Enter New terminal
  • Mod + F Make current window fullscreen
  • Mod + Shift + Q Quit program
  • Mod + Shift + E Exit Sway
  • Mod + Shift + C Reload Sway configuration
  • Mod + Shift + - Move window to scratchpad
  • Mod + - Show scratchpad
Workspaces keys
  • Mod + 0..9 Change current workspace
  • Mod + Shift + 0..9 Move current window to designated workspace
  • Mod + B Horizontal layout
  • Mod + V Vertical layout
  • Mod + S Stacking layout
  • Mod + E Toggle split layout
  • Mod + W Tabbed layout
  • Mod + A Focus on parent container
  • Mod + Space Swap focus between tiling and floating
  • Mod + Shift + Space Toggle floating mode
  • Mod + Tab Next workspace
  • Mod + Shift + Tab Previous workspace
  • Mod + Left/Right/Up/Down Move focus of the window
  • Mod + Shift + Left/Right/Up/Down Move the focused window in the workspace
Resize mode

To resize windows, you must enter resize mode, with the Mod + R keybinding. After you enter resize mode you can resize windows with Left/Right/Up/Down keys, and press enter or escape to return to default mode.