mirror of
https://github.com/ebeem/guile-swayer.git
synced 2024-12-26 21:59:03 +01:00
9 lines
350 B
Scheme
Executable file
9 lines
350 B
Scheme
Executable file
(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 "*" "bg /home/ebeem/dotfiles/.wallpapers/fixed/flat-20.png fill")
|
|
|
|
(sway-focus-follow-mouse SWAY-FOCUS-FOLLOW-MOUSE-FLAG-NO)
|