then every time you switch between single and dual desktop mode you have to (at least when switching back to dual mode) go into displays again and set it up.
to automate this process, i made a script i use in a terminal to quickly and easily switch between single and dual desktop mode, called xto:
http://ideone.com/AhmWC
put the script here:
~/
make sure you set it to executable:
chmod +x ~/xto
to set system to dual mode:
cd./xto -m
to set system to single desktop mode:
cd./xto -s
below are the configuration files for single and desktop modes that the script copies to set things up, depending on the command line arg you send to xto.
xorg.single.conf: http://ideone.com/CkIB2
xorg.dual.conf: http://ideone.com/sU5XO
monitors.single.conf: http://ideone.com/XFv5l
monitors.dual.conf: http://ideone.com/2tzhF
place these files in ~/Documents
No comments:
Post a Comment