sway/config: Remove display enable/disable on lid
This is brilliant, except it causes the system to go to sleep also after a period of inactivity. In many cases the machine would wake up later with the internal display disabled, ugh. Now I just mana- ge the displays using wdisplays.
This commit is contained in:
parent
b545f329af
commit
16fa2a1ef8
@ -87,10 +87,6 @@ output HDMI-A-1 {
|
||||
position 1280,0
|
||||
}
|
||||
|
||||
set $laptop eDP-1
|
||||
bindswitch --reload lid:on output $laptop disable
|
||||
bindswitch --reload lid:off output $laptop enable
|
||||
|
||||
# Wayland overlay bar for sound and brightness level
|
||||
exec mkfifo $SWAYSOCK.wob && tail -f $SWAYSOCK.wob | wob
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user