Hi All

I'm trying to load two separate Chromium windows using the .xinitrc
file.  This is what I have, any suggestions?

Oh, and my screen resolution is 1280x960

Jim


xset s noblank

chromium 127.0.0.1:9000/material \
--window-position=0,0 \
--window-size=1280,720 \
--noerrdialogs \
--disable-translate \
--disable-infobars \
--disable-features=TranslateUI \
--disk-cache-dir=/dev/null \
--overscroll-history-navigation=0 \
chromium 127.0.0.1:5000 \
--window-position=0,720 \
--window-size=1280,240 \
--noerrdialogs \
--disable-translate \
--disable-infobars \
--disable-features=TranslateUI \
--disk-cache-dir=/dev/null \
--overscroll-history-navigation=0 \

unclutter &


------------------------------------------------------------------------
Jdubs's Profile: http://forums.slimdevices.com/member.php?userid=4224
View this thread: http://forums.slimdevices.com/showthread.php?t=117121

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to