2021-08-18 21:20:20 +03:00
|
|
|
# vim:ft=swayconfig
|
2019-10-26 20:05:31 +03:00
|
|
|
|
|
|
|
output * bg $wallpaper fill
|
2020-01-10 23:49:34 +02:00
|
|
|
output eDP-1 position 0 0
|
2020-01-11 18:51:29 +02:00
|
|
|
output HDMI-A-1 position 1920 0
|
2021-02-27 11:49:59 +02:00
|
|
|
|
|
|
|
# Disable laptop screen when lid is closed
|
2021-02-27 11:53:19 +02:00
|
|
|
bindswitch --locked lid:on output eDP-1 disable
|
|
|
|
bindswitch --locked lid:off output eDP-1 enable
|