Update .xinitrc
This commit is contained in:
parent
ee5620fb4c
commit
7bac1b2029
|
@ -43,6 +43,9 @@ else
|
||||||
|
|
||||||
# Move mouse focus to middle of first screen
|
# Move mouse focus to middle of first screen
|
||||||
xdotool mousemove --sync --screen=$1 960 500
|
xdotool mousemove --sync --screen=$1 960 500
|
||||||
|
|
||||||
|
# Restart network
|
||||||
|
~/.local/bin/netRestart &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Start GNOME keyring
|
# Start GNOME keyring
|
||||||
|
|
Loading…
Reference in New Issue