diff options
author | Holger Paradies <retabell@gmx.de> | 2013-06-21 20:10:15 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-09-03 19:51:56 +0200 |
commit | dd58ff6bb9b98e97bcef708db988643f05144a7d (patch) | |
tree | 60a7126384fd889a4c63b37ab6e18a2ea375e9dc /skel-lxde | |
parent | 742acb8855d59057fae67142ab037a8fa059a25e (diff) | |
download | etcskel-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')
-rw-r--r-- | skel-lxde/.config/lxsession/LXDE/desktop.conf | 28 | ||||
-rw-r--r-- | skel-lxde/.config/openbox/lxde-rc.xml | 11 |
2 files changed, 34 insertions, 5 deletions
diff --git a/skel-lxde/.config/lxsession/LXDE/desktop.conf b/skel-lxde/.config/lxsession/LXDE/desktop.conf new file mode 100644 index 0000000..c8a4ee7 --- /dev/null +++ b/skel-lxde/.config/lxsession/LXDE/desktop.conf @@ -0,0 +1,28 @@ +[Session] +window_manager=openbox-lxde + +[GTK] +sNet/ThemeName=Clearlooks-Phenix +sNet/IconThemeName=nuoveXT2 +sGtk/FontName=Sans 10 +iGtk/ToolbarStyle=3 +iGtk/ButtonImages=1 +iGtk/MenuImages=1 +iGtk/CursorThemeSize=18 +iXft/Antialias=1 + +sGtk/ColorScheme= +iGtk/ToolbarIconSize=3 +iNet/EnableEventSounds=1 +iNet/EnableInputFeedbackSounds=1 +iXft/Hinting=1 +sXft/HintStyle=hintfull + +[Mouse] +AccFactor=20 +AccThreshold=10 +LeftHanded=0 + +[Keyboard] +Delay=500 +Interval=30 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> |