mirror of
https://github.com/ebeem/guile-swayer.git
synced 2024-11-16 07:47:32 +01:00
fix sway output position
This commit is contained in:
parent
daf458ff7a
commit
03011cb6f1
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
(use-modules (swayipc dispatcher))
|
||||
|
||||
(sway-output "HDMI-A-2" "resolution 1920x1080 position 0,0")
|
||||
(sway-output "DP-1" "resolution 1920x1080 position 0,0")
|
||||
(sway-output "DP-2" "resolution 1920x1080 position 0,0")
|
||||
(sway-output "HDMI-A-2" "pos 0 0 res 1920x1080")
|
||||
(sway-output "DP-1" "pos 1920 0 res 1920x1080")
|
||||
(sway-output "DP-2" "pos 3840 0 res 1920x1080")
|
||||
|
||||
(sway-output "*" "bg ~/.wallpapers/fixed/flat-20.png fill")
|
||||
|
||||
|
|
Loading…
Reference in a new issue