Disable shikane adaptive_sync to fix profile not working
This commit is contained in:
39
README.org
39
README.org
@@ -3678,15 +3678,6 @@ postlock() {
|
|||||||
name = "docked"
|
name = "docked"
|
||||||
exec = ["notify-send shikane \"Profile $SHIKANE_PROFILE_NAME has been applied\""]
|
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]]
|
[[profile.output]]
|
||||||
enable = false
|
enable = false
|
||||||
search = ["m=0x0625", "s=", "v=LG Display"]
|
search = ["m=0x0625", "s=", "v=LG Display"]
|
||||||
@@ -3698,7 +3689,7 @@ mode = "2560x1440@143.933Hz"
|
|||||||
position = "0,0"
|
position = "0,0"
|
||||||
scale = 1.0
|
scale = 1.0
|
||||||
transform = "normal"
|
transform = "normal"
|
||||||
adaptive_sync = true
|
adaptive_sync = false
|
||||||
|
|
||||||
[[profile.output]]
|
[[profile.output]]
|
||||||
enable = true
|
enable = true
|
||||||
@@ -3707,7 +3698,33 @@ mode = "2560x1440@164.956Hz"
|
|||||||
position = "2560,0"
|
position = "2560,0"
|
||||||
scale = 1.0
|
scale = 1.0
|
||||||
transform = "normal"
|
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
|
#+END_SRC
|
||||||
|
|
||||||
* Command Line Interface
|
* Command Line Interface
|
||||||
|
Submodule dwl/.config/dwl updated: cfc80c8f44...de482a613a
@@ -2,15 +2,6 @@
|
|||||||
name = "docked"
|
name = "docked"
|
||||||
exec = ["notify-send shikane \"Profile $SHIKANE_PROFILE_NAME has been applied\""]
|
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]]
|
[[profile.output]]
|
||||||
enable = false
|
enable = false
|
||||||
search = ["m=0x0625", "s=", "v=LG Display"]
|
search = ["m=0x0625", "s=", "v=LG Display"]
|
||||||
@@ -22,7 +13,7 @@ mode = "2560x1440@143.933Hz"
|
|||||||
position = "0,0"
|
position = "0,0"
|
||||||
scale = 1.0
|
scale = 1.0
|
||||||
transform = "normal"
|
transform = "normal"
|
||||||
adaptive_sync = true
|
adaptive_sync = false
|
||||||
|
|
||||||
[[profile.output]]
|
[[profile.output]]
|
||||||
enable = true
|
enable = true
|
||||||
@@ -31,4 +22,26 @@ mode = "2560x1440@164.956Hz"
|
|||||||
position = "2560,0"
|
position = "2560,0"
|
||||||
scale = 1.0
|
scale = 1.0
|
||||||
transform = "normal"
|
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
|
||||||
|
Reference in New Issue
Block a user