all repos — archive/dotfiles @ 380b4c3f6d2ea9371e3b699b7bf47d1cd952a9cf

Superseded by nixfiles

autorandr: Don't toggle wifi on docked state

Alan Pearce
commit

380b4c3f6d2ea9371e3b699b7bf47d1cd952a9cf

parent

475a60e8373ca2d65adeb17c553105739d9ea821

1 file changed, 0 insertions(+), 2 deletions(-)

jump to
M autorandr/.config/autorandr/postswitchautorandr/.config/autorandr/postswitch
@@ -3,11 +3,9 @@ DPI=96
case $AUTORANDR_CURRENT_PROFILE in ("laptop") DPI=144 - nmcli radio wifi on ;; ("docked") DPI=109 - nmcli radio all off ;; esac