mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-18 21:27:42 +00:00
10 lines
247 B
Plaintext
10 lines
247 B
Plaintext
# vim:ft=swayconfig
|
|
|
|
output * bg $wallpaper fill
|
|
output eDP-1 position 0 0
|
|
output HDMI-A-1 position 1920 0
|
|
|
|
# Disable laptop screen when lid is closed
|
|
bindswitch --locked lid:on output eDP-1 disable
|
|
bindswitch --locked lid:off output eDP-1 enable
|