34 lines
526 B
Text
34 lines
526 B
Text
output DP-2 {
|
|
#ultrawide
|
|
scale 1
|
|
mode 3440x1440@60Hz
|
|
pos 2170 1800
|
|
}
|
|
exec_always 'sleep 1;eww open --screen "LG ULTRAWIDE" bar'
|
|
|
|
output HDMI-A-1 {
|
|
#Vertical 4k
|
|
scale 1
|
|
mode 3840x2160@75Hz
|
|
transform 270
|
|
pos 0 0
|
|
}
|
|
|
|
output DP-3 {
|
|
#1080p
|
|
scale 1
|
|
mode 1920x1080@120Hz
|
|
pos 2930 710
|
|
}
|
|
exec_always 'sleep 1;eww open --screen "CR270CU" home'
|
|
|
|
set {
|
|
$primary_display DP-2
|
|
$overview_display DP-3
|
|
}
|
|
|
|
workspace {
|
|
1:$profile_icon output DP-2
|
|
2:$profile_icon output HDMI-A-1
|
|
3:$profile_icon output DP-3
|
|
}
|