MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/shikane/config.toml. <para> See https://gitlab.com/w0lff/shikane/-/blob/master/docs/shikane.5.man.md for more information.

Declarations
Type
TOML value
Default
{ }
Example
{
  profile = [
    {
      name = "external-monitor-default";
      output = [
        {
          match = "eDP-1";
          enable = true;
        }
        {
          match = "HDMI-A-1";
          enable = true;
          position = {
            x = 1920;
            y = 0;
          };
        }
      ];
    }
    {
      name = "builtin-monitor-only";
      output = [
        {
          match = "eDP-1";
          enable = true;
        }
      ];
    }
  ];
}