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