zmiana konfiguracji na wayland i sway :love:
This commit is contained in:
25
.config/sway/sway.d/05-output.conf
Normal file
25
.config/sway/sway.d/05-output.conf
Normal file
@ -0,0 +1,25 @@
|
||||
#
|
||||
# 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
|
||||
}
|
||||
|
Reference in New Issue
Block a user