3 {% if grains['host'] == 'baryte' %}
9 FILE="/proc/acpi/button/lid/LID*/state"
14 if [ $last -ne $current ]; then
15 if [ $current -eq 0 ]; then
16 swaymsg output {{ ext }} disable
17 swaymsg output eDP-1 enable
19 swaymsg output eDP-1 disable
20 swaymsg output {{ ext }} enable