6 lines
145 B
Bash
6 lines
145 B
Bash
#!/bin/sh
|
|
|
|
# Run KDE with Openbox as its window manager
|
|
export KDEWM="@bindir@/openbox"
|
|
export OPENBOX_CONFIG_NAMESPACE="kde"
|
|
exec startkde "$@"
|