My problem is that after I switched from GNOME to LXDE I can't use my keyboard shortcuts for volume correctly (I can't unmute). Whenever I change the commands in ~/.config/openbox/lubuntu-rc.xml nothing changes. What could be the reason?
Asked
Active
Viewed 871 times
1
dessert
- 40,956
user4065758
- 113
1 Answers
1
At the login screen you can choose your session, and openbox uses different .xml files for the different sessions:
for Lubuntu sessions:
~/.config/openbox/lubuntu-rc.xmlfor LXDE sessions:
~/.config/openbox/lxde-rc.xmlfor Openbox sessions:
~/.config/openbox/rc.xml
After editing the correct file either execute openbox --reconfigure or log out and log in again to apply the changes.
dessert
- 40,956