fix shikane config file
This commit is contained in:
parent
2a2abb4932
commit
c197dda7a3
1 changed files with 10 additions and 8 deletions
|
|
@ -1,25 +1,27 @@
|
||||||
[[profile]]
|
[[profile]]
|
||||||
name = "docked"
|
name = "docked"
|
||||||
exec = [
|
|
||||||
"swaymsg workspace 1, move workspace to output 'Samsung Electric Company C24F390 H4ZN519488'",
|
|
||||||
"swaymsg workspace 5, move workspace to output 'Stargate Technology HDMI '",
|
|
||||||
"swaymsg workspace 6, move workspace to output 'Samsung Electric Company C24F390 H4ZN519488'",
|
|
||||||
"swaymsg workspace 9, move workspace to output 'Stargate Technology HDMI '",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[profile.output]]
|
[[profile.output]]
|
||||||
search = 'eDP-1'
|
search = 'eDP-1'
|
||||||
enable = false
|
enable = false
|
||||||
|
|
||||||
[[profile.output]]
|
[[profile.output]]
|
||||||
search = 'Samsung Electric Company C24F390 H4ZN519488'
|
search = ["s=H4ZN519488", "m=C24F390"]
|
||||||
enable = true
|
enable = true
|
||||||
position = '0,0'
|
position = '0,0'
|
||||||
|
exec = [
|
||||||
|
"swaymsg workspace 1, move workspace to output ${SHIKANE_OUTPUT_NAME}",
|
||||||
|
"swaymsg workspace 6, move workspace to output ${SHIKANE_OUTPUT_NAME}"
|
||||||
|
]
|
||||||
|
|
||||||
[[profile.output]]
|
[[profile.output]]
|
||||||
search = 'Stargate Technology HDMI '
|
search = ["v=Stargate Technology", "m=HDMI" ]
|
||||||
enable = true
|
enable = true
|
||||||
position = '0,1080'
|
position = '0,1080'
|
||||||
|
exec = [
|
||||||
|
"swaymsg workspace 5, move workspace to output ${SHIKANE_OUTPUT_NAME}",
|
||||||
|
"swaymsg workspace 9, move workspace to output ${SHIKANE_OUTPUT_NAME}"
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
[[profile]]
|
[[profile]]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue