You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
871 B
22 lines
871 B
#!/bin/sh |
|
|
|
#Xephyr :1 -noreset -ac -br -dpi 284 -screen 480x640x16 & |
|
Xephyr :1 -noreset -ac -br -dpi 284 -screen 480x640 & |
|
#Xephyr :1 -noreset -ac -br -dpi 284 -screen 640x480x16 & |
|
#Xephyr :1 -noreset -ac -br -dpi 284 -screen 640x480 & |
|
#Xephyr :1 -noreset -ac -br -dpi 181 -screen 320x320x16 & |
|
#Xephyr :1 -noreset -ac -br -dpi 181 -screen 320x320 & |
|
#Xephyr :1 -noreset -ac -br -dpi 186 -screen 272x480x16 & |
|
#Xephyr :1 -noreset -ac -br -dpi 186 -screen 272x480 & |
|
#Xephyr :1 -noreset -ac -br -dpi 142 -screen 240x320x16 & |
|
#Xephyr :1 -noreset -ac -br -dpi 142 -screen 240x320 & |
|
|
|
sleep 1 |
|
export DISPLAY=:1 |
|
unset E_RESTART E_START E_IPC_SOCKET E_START_TIME |
|
#E_CONF_PROFILE=default ltrace enlightenment_start |
|
#E_CONF_PROFILE=default enlightenment_start |
|
enlightenment_start \ |
|
-no-precache \ |
|
-i-really-know-what-i-am-doing-and-accept-full-responsibility-for-it \ |
|
-profile illume
|
|
|