summaryrefslogtreecommitdiff
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
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
-rw-r--r--debian/changelog6
-rw-r--r--skel-compiz/.config/compiz/compizconfig/Default.ini12
-rw-r--r--skel-lxde/.config/lxsession/LXDE/desktop.conf28
-rw-r--r--skel-lxde/.config/openbox/lxde-rc.xml11
4 files changed, 48 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index 8dc5289..ae2dcc3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+etcskel-kanotix (2.0.11) unstable; urgency=low
+
+ * lxde configs compiz clearlooks-phenix
+
+ -- Holger Paradies <retabell@gmx.de> Wed, 29 May 2013 11:41:09 +0200
+
etcskel-kanotix (2.0.10+dragonfire1) dragonfire; urgency=low
* Non-maintainer upload for Kanotix Dragonfire.
diff --git a/skel-compiz/.config/compiz/compizconfig/Default.ini b/skel-compiz/.config/compiz/compizconfig/Default.ini
index 93f3818..b0f0c9d 100644
--- a/skel-compiz/.config/compiz/compizconfig/Default.ini
+++ b/skel-compiz/.config/compiz/compizconfig/Default.ini
@@ -7,14 +7,14 @@ as_run_command_terminal_key = <Control><Alt>t
as_command_terminal = lxterminal
as_main_menu_key = Disabled
s0_focus_prevention_level = 0
-s0_focus_prevention_match =
+s0_focus_prevention_match =
s0_hsize = 4
as_hide_skip_taskbar_windows = false
s0_force_independent_output_painting = true
as_cursor_size = 20
s0_unredirect_fullscreen_windows = true
s0_overlapping_outputs = 1
-s0_outputs =
+s0_outputs =
s0_lighting = false
s0_texture_compression = false
s0_refresh_rate = 25
@@ -138,8 +138,8 @@ s0_bg_color2 = #000000ff;
as_always_show = true
[scale]
-as_initiate_edge =
-as_initiate_all_edge = TopRight
+as_initiate_edge =
+as_initiate_all_edge = TopLeft
[scaleaddon]
s0_window_highlight = true
@@ -185,3 +185,7 @@ as_logo = /usr/share/lxde/images/logout-banner.png
as_fade_time = 2.250000
as_display_time = 4.500000
as_background = /usr/share/images/kanotix-lxde/splash_background_dragonfire.png
+
+[expo]
+as_expo_edge =
+
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>