home/gui/shikane | add def for framework
This commit is contained in:
parent
f3fb81d291
commit
97c172a0d0
1 changed files with 26 additions and 1 deletions
|
|
@ -24,10 +24,35 @@ exec = [
|
|||
"swaymsg workspace 9, move workspace to output ${SHIKANE_OUTPUT_NAME}"
|
||||
]
|
||||
|
||||
|
||||
[[profile]]
|
||||
name = "undocked"
|
||||
|
||||
[[profile.output]]
|
||||
search = 'eDP-1'
|
||||
enable = true
|
||||
|
||||
[[profile]]
|
||||
name = "fw"
|
||||
|
||||
[[profile.output]]
|
||||
enable = true
|
||||
search = ["m=HDMI", "s=", "v=Stargate Technology"]
|
||||
mode = "1920x1080@60Hz"
|
||||
position = '0,1080'
|
||||
scale = 1.0
|
||||
transform = "normal"
|
||||
adaptive_sync = false
|
||||
|
||||
[[profile.output]]
|
||||
enable = true
|
||||
search = ["m=C24F390", "s=H4ZN519488", "v=Samsung Electric Company"]
|
||||
mode = "1920x1080@60Hz"
|
||||
position = "0,0"
|
||||
scale = 1.0
|
||||
transform = "normal"
|
||||
adaptive_sync = false
|
||||
|
||||
[[profile.output]]
|
||||
enable = false
|
||||
search = ["m=0x0BCA", "s=", "v=BOE"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue