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