* usr/share/lubuntu/openbox/*.xml
- Use more lxsession-default when it's possible.
This commit is contained in:
parent
75ea52da12
commit
ce3910c2fe
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -8,6 +8,8 @@ lubuntu-default-settings (0.37~ppa1) trusty; urgency=low
|
|||||||
- Create lubuntu-extra-sessions to isolate experimental sessions.
|
- Create lubuntu-extra-sessions to isolate experimental sessions.
|
||||||
* debian/lubuntu-default-settings & debian/lubuntu-extra-sessions
|
* debian/lubuntu-default-settings & debian/lubuntu-extra-sessions
|
||||||
- Move files of the extra sessions.
|
- Move files of the extra sessions.
|
||||||
|
* usr/share/lubuntu/openbox/*.xml
|
||||||
|
- Use more lxsession-default when it's possible.
|
||||||
|
|
||||||
-- Julien Lavergne <gilir@ubuntu.com> Tue, 18 Feb 2014 22:42:30 +0100
|
-- Julien Lavergne <gilir@ubuntu.com> Tue, 18 Feb 2014 22:42:30 +0100
|
||||||
|
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<separator label="Shortcuts" />
|
<separator label="Shortcuts" />
|
||||||
<item label="PCMan File Manager" icon="/usr/share/icons/gnome/48x48/apps/system-file-manager.png">
|
<item label="PCMan File Manager" icon="/usr/share/icons/gnome/48x48/apps/system-file-manager.png">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>lxsession-default filemanager</command>
|
<command>lxsession-default file_manager</command>
|
||||||
<startupnotify>
|
<startupnotify>
|
||||||
<enabled>yes</enabled>
|
<enabled>yes</enabled>
|
||||||
</startupnotify>
|
</startupnotify>
|
||||||
@ -183,7 +183,7 @@
|
|||||||
</item>
|
</item>
|
||||||
<item label="Internet" icon="/usr/share/icons/lubuntu/apps/48/apps/web-browser.svg">
|
<item label="Internet" icon="/usr/share/icons/lubuntu/apps/48/apps/web-browser.svg">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>x-www-browser</command>
|
<command>lxsession-default webbrowser</command>
|
||||||
<startupnotify>
|
<startupnotify>
|
||||||
<enabled>yes</enabled>
|
<enabled>yes</enabled>
|
||||||
</startupnotify>
|
</startupnotify>
|
||||||
|
@ -366,7 +366,7 @@
|
|||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
<name>PCManFM</name>
|
<name>PCManFM</name>
|
||||||
</startupnotify>
|
</startupnotify>
|
||||||
<command>pcmanfm</command>
|
<command>lxsession-default file_manager</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<!-- Keybindings for running Run menu from Lxpanel on Home + R-->
|
<!-- Keybindings for running Run menu from Lxpanel on Home + R-->
|
||||||
@ -377,7 +377,7 @@
|
|||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="A-F2">
|
<keybind key="A-F2">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>lxpanelctl run</command>
|
<command>lxsession-default launcher_manager</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<!-- Keybindings for running Menu from Lxpanel -->
|
<!-- Keybindings for running Menu from Lxpanel -->
|
||||||
@ -414,13 +414,13 @@
|
|||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
<name>PCManFM</name>
|
<name>PCManFM</name>
|
||||||
</startupnotify>
|
</startupnotify>
|
||||||
<command>pcmanfm</command>
|
<command>lxsession-default file_manager</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<!-- Lock the screen on Ctrl + Alt + l-->
|
<!-- Lock the screen on Ctrl + Alt + l-->
|
||||||
<keybind key="C-A-l">
|
<keybind key="C-A-l">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>xscreensaver-command -lock</command>
|
<command>lxsession-default lock</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<!-- Keybinding for Volume management -->
|
<!-- Keybinding for Volume management -->
|
||||||
@ -459,7 +459,7 @@
|
|||||||
<!-- Keybinding for computer button-->
|
<!-- Keybinding for computer button-->
|
||||||
<keybind key="XF86MyComputer">
|
<keybind key="XF86MyComputer">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>pcmanfm</command>
|
<command>lxsession-default file_manager</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<!-- Keybindings for Multimedia Keys and LCD Backlight (alternative when not using gnome-power-manager or xfce4-volumed) -->
|
<!-- Keybindings for Multimedia Keys and LCD Backlight (alternative when not using gnome-power-manager or xfce4-volumed) -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user