lark-desktop/outputs: Set up workspace assignments
This commit is contained in:
parent
c7c13930cf
commit
3dcfc3184a
|
@ -27,3 +27,7 @@ output $o-id {
|
||||||
scale $o-scalefactor
|
scale $o-scalefactor
|
||||||
subpixel $o-subpixel
|
subpixel $o-subpixel
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# Set this display up as the initial location for the media workspace
|
||||||
|
set $o-ws-media "Ancor Communications Inc ASUS PB287Q 0x00005B34"
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
# Sway Config: Output
|
||||||
|
#
|
||||||
|
# Thurstylark
|
||||||
|
|
||||||
|
# Display ID is required
|
||||||
|
set $o-id "HDMI-A-1"
|
||||||
|
|
||||||
|
# Mode
|
||||||
|
set $o-mode "1920x1080@60Hz"
|
||||||
|
|
||||||
|
# Do the thing
|
||||||
|
# (comment or remove direcives that are unnecessary to avoid errors)
|
||||||
|
output $o-id {
|
||||||
|
mode $o-mode
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# Assign the Monitor workspace to this output
|
||||||
|
set $o-ws-monitor "HDMI-A-1"
|
|
@ -19,3 +19,7 @@ output $o-id {
|
||||||
mode $o-mode
|
mode $o-mode
|
||||||
position $o-pos-x $o-pos-y
|
position $o-pos-x $o-pos-y
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# Set this output up as the initial output for workspace 1
|
||||||
|
set $o-ws-1 "Unknown ASUS VP348 0x0000CA5D"
|
||||||
|
|
Loading…
Reference in New Issue