* usr/share/lubuntu/openbox/rc.xml:
- Remove some unused code.
This commit is contained in:
parent
24bdb24a89
commit
81f296b1c6
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -2,6 +2,8 @@ lubuntu-default-settings (0.16) UNRELEASED; urgency=low
|
||||
|
||||
* usr/bin
|
||||
- Sync XDG_DATA_DIRS with lxde-common
|
||||
* usr/share/lubuntu/openbox/rc.xml:
|
||||
- Remove some unused code.
|
||||
|
||||
-- Julien Lavergne <gilir@ubuntu.com> Sun, 05 Dec 2010 18:56:49 +0100
|
||||
|
||||
|
@ -327,8 +327,9 @@
|
||||
<action name="Execute">
|
||||
<execute>scrot -s</execute>
|
||||
</action>
|
||||
</keybind>
|
||||
|
||||
</keybind>
|
||||
|
||||
<!-- Keybinding for Volume management -->
|
||||
<keybind key="XF86AudioRaiseVolume">
|
||||
<action name="Execute">
|
||||
<command>amixer -q sset Master 3%+</command>
|
||||
@ -372,21 +373,6 @@
|
||||
</keybind>
|
||||
|
||||
<!-- Keybindings for Multimedia Keys and LCD Backlight (alternative when not using gnome-power-manager or xfce4-volumed)
|
||||
<keybind key="XF86AudioMute">
|
||||
<action name="Execute">
|
||||
<execute>/usr/bin/volume.sh mute</execute>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="XF86AudioRaiseVolume">
|
||||
<action name="Execute">
|
||||
<execute>/usr/bin/volume.sh up</execute>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="XF86AudioLowerVolume">
|
||||
<action name="Execute">
|
||||
<execute>/usr/bin/volume.sh down</execute>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-F7">
|
||||
<action name="Execute">
|
||||
<execute>sleep 2;xset dpms force off</execute>
|
||||
|
Loading…
x
Reference in New Issue
Block a user