Search found 1 match

by Riateche
Fri Apr 22, 2011 2:34 pm
Forum: LXDE Components
Topic: [Solved]Can't change Windows Decorations
Replies: 14
Views: 19924

Re: [Solved]Can't change Windows Decorations

Previous solution is wonderful, but I found another one. Edit /usr/bin/openbox-lxde file.
Old content:

Code: Select all

#!/bin/sh
exec openbox --config-file $XDG_CONFIG_HOME/openbox/lxde-rc.xml $@
New content:

Code: Select all

#!/bin/sh
exec openbox --config-file ~/openbox/lxde-rc.xml $@