fix: do not turn on eDP display every time
1 files changed, 1 insertions(+), 3 deletions(-) M home/dotfiles/dwl/start-dwl-internal
M home/dotfiles/dwl/start-dwl-internal => home/dotfiles/dwl/start-dwl-internal +1 -3
@@ 12,9 12,7 @@ wlr-randr \ --output DP-9 --pos 0,0 \ --output DP-8 --pos 3840,0 \ --output DP-7 --pos 1920,0 \ - --output eDP-1 --off || \ -\ #or - wlr-randr --output eDP-1 --on + --output eDP-1 --off || wlr-randr --output eDP-1 --on swayidle -w \ timeout 300 '~/.sessions/wlopm-all-screens off' \