MyNixOS website logo

Layout configuration for wlogout, see https://github.com/ArtsyMacaw/wlogout#config for supported values.

Declarations
Type
list of (JSON value)
Default
[ ]
Example
[
  {
    label = "shutdown";
    action = "systemctl poweroff";
    text = "Shutdown";
    keybind = "s";
  }
]