diff --git a/README.org b/README.org index 88326d9..b232e3e 100644 --- a/README.org +++ b/README.org @@ -3678,15 +3678,6 @@ postlock() { name = "docked" exec = ["notify-send shikane \"Profile $SHIKANE_PROFILE_NAME has been applied\""] -[[profile.output]] -enable = true -search = ["m=LG ULTRAGEAR", "s=111NTUWM4574", "v=LG Electronics"] -mode = "2560x1440@164.956Hz" -position = "5120,0" -scale = 1.0 -transform = "normal" -adaptive_sync = true - [[profile.output]] enable = false search = ["m=0x0625", "s=", "v=LG Display"] @@ -3698,7 +3689,7 @@ mode = "2560x1440@143.933Hz" position = "0,0" scale = 1.0 transform = "normal" -adaptive_sync = true +adaptive_sync = false [[profile.output]] enable = true @@ -3707,7 +3698,33 @@ mode = "2560x1440@164.956Hz" position = "2560,0" scale = 1.0 transform = "normal" -adaptive_sync = true +adaptive_sync = false + +[[profile.output]] +enable = true +search = ["m=LG ULTRAGEAR", "s=111NTUWM4574", "v=LG Electronics"] +mode = "2560x1440@164.956Hz" +position = "5120,0" +scale = 1.0 +transform = "normal" +adaptive_sync = false +#+END_SRC + +**** Mobile + +#+BEGIN_SRC toml :tangle shikane/.config/shikane/config.toml +[[profile]] +name = "mobile" +exec = ["notify-send shikane \"Profile $SHIKANE_PROFILE_NAME has been applied\""] + +[[profile.output]] +enable = true +search = ["m=0x0625", "s=", "v=LG Display"] +mode = "1920x1080@143.998Hz" +position = "0,0" +scale = 1.0 +transform = "normal" +adaptive_sync = false #+END_SRC * Command Line Interface diff --git a/dwl/.config/dwl b/dwl/.config/dwl index cfc80c8..de482a6 160000 --- a/dwl/.config/dwl +++ b/dwl/.config/dwl @@ -1 +1 @@ -Subproject commit cfc80c8f44ef47b8da903687f075382a1432ae04 +Subproject commit de482a613a57b9e56cdb799083144d627aa18894 diff --git a/shikane/.config/shikane/config.toml b/shikane/.config/shikane/config.toml index 79b0021..219dd33 100644 --- a/shikane/.config/shikane/config.toml +++ b/shikane/.config/shikane/config.toml @@ -2,15 +2,6 @@ name = "docked" exec = ["notify-send shikane \"Profile $SHIKANE_PROFILE_NAME has been applied\""] -[[profile.output]] -enable = true -search = ["m=LG ULTRAGEAR", "s=111NTUWM4574", "v=LG Electronics"] -mode = "2560x1440@164.956Hz" -position = "5120,0" -scale = 1.0 -transform = "normal" -adaptive_sync = true - [[profile.output]] enable = false search = ["m=0x0625", "s=", "v=LG Display"] @@ -22,7 +13,7 @@ mode = "2560x1440@143.933Hz" position = "0,0" scale = 1.0 transform = "normal" -adaptive_sync = true +adaptive_sync = false [[profile.output]] enable = true @@ -31,4 +22,26 @@ mode = "2560x1440@164.956Hz" position = "2560,0" scale = 1.0 transform = "normal" -adaptive_sync = true +adaptive_sync = false + +[[profile.output]] +enable = true +search = ["m=LG ULTRAGEAR", "s=111NTUWM4574", "v=LG Electronics"] +mode = "2560x1440@164.956Hz" +position = "5120,0" +scale = 1.0 +transform = "normal" +adaptive_sync = false + +[[profile]] +name = "mobile" +exec = ["notify-send shikane \"Profile $SHIKANE_PROFILE_NAME has been applied\""] + +[[profile.output]] +enable = true +search = ["m=0x0625", "s=", "v=LG Display"] +mode = "1920x1080@143.998Hz" +position = "0,0" +scale = 1.0 +transform = "normal" +adaptive_sync = false