dotfiles/t16g2/home/.config/sway/config.d/display.d/t16g2
2025-06-05 12:30:02 -07:00

42 lines
730 B
Text

output {
eDP-1 {
#builtin display
mode 1920x1200@60Hz
position 0 0
}
'Dell Inc. DELL P1913 PVGRC3ALA4YU' {
#interior desk left workstation monitor
mode 1440x900@60Hz
position -1440 0
}
'Dell Inc. DELL E2216H JF44Y7AOAT0I' {
#interior desk right workstation monitor
mode 1920x1080@60Hz
position 1920 0
}
'Dell Inc. DELL E2216H JF44Y7AOC7UI' {
#exterior desk leftmost workstation monitor
mode 1920x1080@60Hz
position -1920 0
}
}
exec_always {
'sleep 2;eww open --screen "0x0A31" bar'
'sleep 2;eww open --screen "0x0A31" home'
}
set {
$primary_display eDP-1
$overview_display eDP-1
}
workspace {
1:$profile_icon output eDP-1
39:$work_icon output HDMI-A-1
}