diff options
Diffstat (limited to 'autorandr')
-rwxr-xr-x | autorandr/.config/autorandr/postswitch | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/autorandr/.config/autorandr/postswitch b/autorandr/.config/autorandr/postswitch index c04a04a..ef283c3 100755 --- a/autorandr/.config/autorandr/postswitch +++ b/autorandr/.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 |