diff --git a/nix/configuration/roles/shikane/files/config.toml b/nix/configuration/roles/shikane/files/config.toml index 8d989f62..b5beefcb 100644 --- a/nix/configuration/roles/shikane/files/config.toml +++ b/nix/configuration/roles/shikane/files/config.toml @@ -27,3 +27,20 @@ adaptive_sync = false transform = "normal" adaptive_sync = false exec = ["echo This is output $SHIKANE_OUTPUT_NAME"] + +[[profile]] + name = "workdesk" + exec = ["notify-send shikane \"Profile $SHIKANE_PROFILE_NAME has been applied\""] + +[[profile.output]] +enable = false +search = ["m=0x0BCA", "s=", "v=BOE"] + +[[profile.output]] +enable = true +search = ["m=DELL C2722DE", "s=9Q8PT83", "v=Dell Inc."] +mode = "2560x1440@59.951Hz" +position = "0,0" +scale = 1.0 +transform = "normal" +adaptive_sync = false