diff options
author | Carsten Haitzler <raster@rasterman.com> | 2008-10-27 05:17:56 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2008-10-27 05:17:56 +0000 |
commit | f6a4c7859133fd935876cc3ad9a7e0ec1c4a8091 (patch) | |
tree | 207d75425074d0e68686a6b5d19d132aea7f4b66 /x-ui.sh | |
parent | 0cfa4a212391dd7f5968bc9203c4d14ac1102645 (diff) |
illume moves to e's tree - why? the new wizard and config profiles make it
now a breeze to set up and use - unlike before. so now it's a wizard or
profile option out-of-the-box. it's a good example of a radical change in
profiel for a radical change in gui.
SVN revision: 37195
Diffstat (limited to 'x-ui.sh')
-rwxr-xr-x | x-ui.sh | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x-ui.sh b/x-ui.sh new file mode 100755 index 000000000..268185aa9 --- /dev/null +++ b/x-ui.sh | |||
@@ -0,0 +1,17 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | #Xephyr :1 -noreset -ac -br -dpi 284 -screen 480x640x16 & | ||
4 | Xephyr :1 -noreset -ac -br -dpi 284 -screen 480x640 & | ||
5 | #Xephyr :1 -noreset -ac -br -dpi 284 -screen 640x480x16 & | ||
6 | #Xephyr :1 -noreset -ac -br -dpi 284 -screen 640x480 & | ||
7 | #Xephyr :1 -noreset -ac -br -dpi 181 -screen 320x320x16 & | ||
8 | #Xephyr :1 -noreset -ac -br -dpi 181 -screen 320x320 & | ||
9 | #Xephyr :1 -noreset -ac -br -dpi 186 -screen 272x480x16 & | ||
10 | #Xephyr :1 -noreset -ac -br -dpi 186 -screen 272x480 & | ||
11 | #Xephyr :1 -noreset -ac -br -dpi 142 -screen 240x320x16 & | ||
12 | #Xephyr :1 -noreset -ac -br -dpi 142 -screen 240x320 & | ||
13 | |||
14 | sleep 1 | ||
15 | export DISPLAY=:1 | ||
16 | unset E_RESTART E_START E_IPC_SOCKET E_START_TIME | ||
17 | enlightenment_start -profile illume | ||