mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-13 11:44:21 +02:00
dock: fix xrandr invocation when undocking
This commit is contained in:
parent
6f73015d1d
commit
6f7d274cca
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ case "$event,$use,$(uname -n),$name" in
|
||||||
# No, still docked?
|
# No, still docked?
|
||||||
:
|
:
|
||||||
else
|
else
|
||||||
xrandr --output DP3 off --output DP4 off --output eDP1 --auto --dpi 144
|
xrandr --output DP3 --off --output DP4 --off --output eDP1 --auto --dpi 144
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
Enabled,XISlaveKeyboard,zoro,"Topre Corporation Realforce 87")
|
Enabled,XISlaveKeyboard,zoro,"Topre Corporation Realforce 87")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue