services.shikane.settings
Configuration written to $XDG_CONFIG_HOME/shikane/config.toml. See 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
- <home-manager/modules/services/shikane.nix>