Files
dotfiles/.config/sway/sway.d/05-output.conf

26 lines
372 B
Plaintext

#
# Example configuration:
#
# output HDMI-A-1 resolution 1920x1080 position 1920,0
#
# You can get the names of your outputs by running: swaymsg -t get_outputs
output "eDP-1" {
mode 1920x1080@60Hz
pos 1920 0
transform normal
}
output "DP-3" {
mode 1920x1080@60Hz
pos 3840 0
transform normal
}
output "DP-4" {
mode 1920x1080@60Hz
pos 0 0
transform normal
}