zmiana konfiguracji na wayland i sway :love:

This commit is contained in:
2021-07-06 21:53:39 +02:00
parent f19d3fdaec
commit 1acfd0bb41
32 changed files with 1019 additions and 39 deletions

View 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
}