mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 02:38:33 +02:00
dock: sleep a bit more when docking before restarting awesome
This commit is contained in:
parent
05486739e9
commit
e3f653acb5
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ case "$use,$(uname -n),$name" in
|
|||
if xrandr | grep '^DP. connected'; then
|
||||
xrandr --output eDP1 --off --output DP3 --auto --primary
|
||||
xrandr --output DP4 --auto --right-of DP3 --dpi 96
|
||||
sleep 2
|
||||
echo 'awesome.restart()' | awesome-client
|
||||
fi
|
||||
rfkill block wifi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue