10 lines
136 B
Plaintext
10 lines
136 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# this makes it work in Ubuntu
|
||
|
xhost +SI:localuser:$USER
|
||
|
|
||
|
# wmname LG3D
|
||
|
# export _JAVA_AWT_WM_NONREPARENTING=1
|
||
|
|
||
|
exec stumpwm
|