services.shikane.settings

Home-Manager option

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

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; } ]; } ]; }
declared in: <home-manager/modules/services/shikane.nix>source unavailable