summaryrefslogtreecommitdiff
path: root/skel-lxde/.config/openbox
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2013-06-21 20:10:15 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2013-09-03 19:51:56 +0200
commitdd58ff6bb9b98e97bcef708db988643f05144a7d (patch)
tree60a7126384fd889a4c63b37ab6e18a2ea375e9dc /skel-lxde/.config/openbox
parent742acb8855d59057fae67142ab037a8fa059a25e (diff)
downloadetcskel-kanotix-dd58ff6bb9b98e97bcef708db988643f05144a7d.zip
etcskel-kanotix-dd58ff6bb9b98e97bcef708db988643f05144a7d.tar.gz
Version 2.0.11
crtl-alt-del as logout change default to 4 desktops in openbox-lxde change to clearlooks-phenix, add desktop.conf compiz move scale-window to topleft
Diffstat (limited to 'skel-lxde/.config/openbox')
-rw-r--r--skel-lxde/.config/openbox/lxde-rc.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/skel-lxde/.config/openbox/lxde-rc.xml b/skel-lxde/.config/openbox/lxde-rc.xml
index eb77118..f9c72d5 100644
--- a/skel-lxde/.config/openbox/lxde-rc.xml
+++ b/skel-lxde/.config/openbox/lxde-rc.xml
@@ -42,7 +42,7 @@
</placement>
<theme>
- <name>Clearlooks-3.4</name>
+ <name>Clearlooks-Phenix</name>
<titleLayout>NLIMC</titleLayout>
<!--
available characters are NDSLIMC, each can occur at most once.
@@ -112,13 +112,14 @@
use obconf if you want to change these without having to log out
and back in -->
- <number>2</number>
+ <number>4</number>
<firstdesk>1</firstdesk>
<names>
- <!-- set names up here if you want to, like this:
+ <!-- set names up here if you want to, like this: -->
<name>desktop 1</name>
<name>desktop 2</name>
- -->
+ <name>desktop 3</name>
+ <name>desktop 4</name>
</names>
<popupTime>875</popupTime>
<!-- The number of milliseconds to show the popup for when switching
@@ -284,7 +285,7 @@
<!-- Launch Task Manager with Ctrl+Alt+Del -->
<keybind key="A-C-Delete">
<action name="Execute">
- <command>lxtask</command>
+ <command>lxde-logout</command>
</action>
</keybind>