ToggleAlwaysOnTop

On this page
  1. ToggleAlwaysOnTop

ToggleAlwaysOnTop#

Toggles the window between floating and non-floating states to stay on top of other windows.

config.keys = {
  {
    key = ']',
    mods = 'CMD|SHIFT',
    action = wakterm.action.ToggleAlwaysOnTop,
  },
}

This functionality is currently only implemented on macOS. The assigned values for window level will have no effect on other operating systems.

Edit this page