OneActionGroup¶
Inherits |
Executes only the first action that can be executed.
Configuration¶
Properties¶
Property |
Type |
|---|---|
one |
list(Action) |
Examples¶
Exit fullscreen if fullscreen, unmaximize if maximized and minimize otherwise.
one:
- plasma_shortcut: kwin,Window Fullscreen
conditions: $window_fullscreen
- plasma_shortcut: kwin,Window Maximize
conditions: $window_maximized
- plasma_shortcut: kwin,Window Minimize