4 lines
89 B
Bash
Executable File
4 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
|
exec dbus-launch --exit-with-session oxwm
|