changed monitors setup
This commit is contained in:
parent
21a7070360
commit
ea051851dc
2 changed files with 10 additions and 3 deletions
|
@ -18,7 +18,7 @@ exec --no-startup-id dbus-update-activation-environment --systemd DISPLAY WAYLAN
|
|||
#
|
||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||
output * bg ~/.local/share/wallpapers/bg1 fill
|
||||
output HDMI-A-2 bg ~/.local/share/wallpapers/bg2 fill
|
||||
output DP-1 bg ~/.local/share/wallpapers/bg2 fill
|
||||
#
|
||||
# Example configuration:
|
||||
#
|
||||
|
|
|
@ -1,7 +1,14 @@
|
|||
# Read `man 5 sway-input` for more information about this section.
|
||||
|
||||
output DP-2 position 0 0
|
||||
output HDMI-A-2 position 1920 0
|
||||
output * max_render_time 4
|
||||
output DP-2 {
|
||||
position 1920 0
|
||||
modeline 185.62 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
|
||||
max_render_time 2
|
||||
}
|
||||
output DP-1 {
|
||||
position 0 0
|
||||
}
|
||||
|
||||
input type:keyboard {
|
||||
xkb_layout "ro"
|
||||
|
|
Loading…
Reference in a new issue