Disable shikane adaptive_sync to fix profile not working

This commit is contained in:
Sravan Balaji
2024-09-03 17:03:30 -04:00
parent a4eec4925b
commit d692a574fa
3 changed files with 53 additions and 23 deletions

View File

@@ -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

View File

@@ -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