126
edits
Line 42: | Line 42: | ||
== Some Potentially Useful Scripts and Tweaks == | == Some Potentially Useful Scripts and Tweaks == | ||
=== Crank Up Font Size=== | |||
;; The font needs to be cranked up to be visible in stereo | |||
(set-font-size 3) | |||
=== For Zalman to the left of main display === | |||
If your monitor is to the right, you will have to adjust X values appropriately | |||
;; Specific for Zalman monitor set to the left of eg MacBook Air | |||
;; | |||
;; These should be even numbers to keep the stereo | ;; These should be even numbers to keep the stereo | ||
;; the right way around | ;; the right way around | ||
(set-graphics-window-position 0 0) | (set-graphics-window-position 0 0) | ||
(set-graphics-window-size 1680 1050) | (set-graphics-window-size 1680 1050) | ||
;; Make these subsidiary windows appear on the right-hand monitor | |||
(set-model-fit-refine-dialog-position 1900 0) | |||
(set-delete-dialog-position 1700 50) | |||
(set-go-to-atom-window-position 1847 67) | |||
In general, if the image is inverted, just move the window up or down 1 | In general, if the image is inverted, just move the window up or down 1 | ||
pixel. | pixel. |
edits