diff options
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> |