OneActionGroup

Inherits

ActionGroup

Description

Executes only the first action that can be executed.

Properties

Property

Type

one

list(ActionGroup)

Example

Exit fullscreen if fullscreen, unmaximize if maximized and minimize otherwise.

one:
  - plasma_shortcut: kwin,Window Fullscreen
    conditions:
      - $window_fullscreen == true

  - plasma_shortcut: kwin,Window Maximize
    conditions:
      - $window_maximized == true

  - plasma_shortcut: kwin,Window Minimize