From ada6a069bdadfcdc9f7700a7b665c84feb5206aa Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 16 Aug 2024 18:11:37 +0200 Subject: [PATCH] fix: do not turn on eDP display every time --- home/dotfiles/dwl/start-dwl-internal | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/home/dotfiles/dwl/start-dwl-internal b/home/dotfiles/dwl/start-dwl-internal index 4444ab5..ff4dce6 100755 --- a/home/dotfiles/dwl/start-dwl-internal +++ b/home/dotfiles/dwl/start-dwl-internal @@ -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' \ -- 2.48.1