summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtoggle-docked.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/toggle-docked.sh b/toggle-docked.sh
index 6a97907..a04540e 100755
--- a/toggle-docked.sh
+++ b/toggle-docked.sh
@@ -7,7 +7,7 @@ if [ "$is_docked" = "connected" ]; then
xrandr \
--output DP-0 --off \
--output DP-1 --off \
- --output DP-2 --primary --mode $big --pos 0x0 --rotate normal --dpi 96 \
+ --output DP-2 --primary --mode $big --pos 0x0 --rotate normal \
--output DP-3 --scale-from $big --same-as DP-2 --rotate normal \
--output DP-4 --off \
--output VGA-0 --off \
@@ -18,7 +18,7 @@ else
--output DP-0 --off \
--output DP-1 --off \
--output DP-2 --off \
- --output DP-3 --primary --mode $little --pos 0x0 --rotate normal --dpi 96 \
+ --output DP-3 --primary --mode $little --transform none --pos 0x0 --rotate normal \
--output DP-4 --off \
--output VGA-0 --off \
&& killall xautolock