6 lines
118 B
Text
6 lines
118 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# Run GNOME with Openbox as its window manager
|
||
|
export WINDOW_MANAGER=openbox-gnome
|
||
|
exec gnome-session "$@"
|