diff options
author | Holger Paradies <retabell@gmx.de> | 2013-06-23 09:04:31 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-09-03 19:52:51 +0200 |
commit | 48c7baec5fa97ab482bc1c228c3f097b42c71e99 (patch) | |
tree | e03fb947ac84b00cfd144ffef8c565ec6de225ae /skel-lxde | |
parent | dd58ff6bb9b98e97bcef708db988643f05144a7d (diff) | |
download | etcskel-kanotix-48c7baec5fa97ab482bc1c228c3f097b42c71e99.zip etcskel-kanotix-48c7baec5fa97ab482bc1c228c3f097b42c71e99.tar.gz |
keyboard-switch, translation
Diffstat (limited to 'skel-lxde')
-rw-r--r-- | skel-lxde/.config/autostart/install-flash-local.desktop | 2 | ||||
-rw-r--r-- | skel-lxde/.config/autostart/lxde-keyboard.desktop | 9 | ||||
-rw-r--r-- | skel-lxde/.config/lxpanel/LXDE/panels/panel | 11 |
3 files changed, 21 insertions, 1 deletions
diff --git a/skel-lxde/.config/autostart/install-flash-local.desktop b/skel-lxde/.config/autostart/install-flash-local.desktop index 7bcb331..fd67102 100644 --- a/skel-lxde/.config/autostart/install-flash-local.desktop +++ b/skel-lxde/.config/autostart/install-flash-local.desktop @@ -1,6 +1,8 @@ [Desktop Entry] Name=Flash Installer +Name[de]=Flash installieren Comment=Install and Update Flash +Comment[de]=Flash installieren und aktualisieren Type=Application Exec=install-flash-local & OnlyShowIn=XFCE;LXDE; diff --git a/skel-lxde/.config/autostart/lxde-keyboard.desktop b/skel-lxde/.config/autostart/lxde-keyboard.desktop new file mode 100644 index 0000000..bc934c9 --- /dev/null +++ b/skel-lxde/.config/autostart/lxde-keyboard.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Lxde Keyboard Switch +Name[de]=Lxde Tastaturumschalter +Comment=switch keyboard de us fr ru +Comment[de]=Tastaturumschalter de us fr ru +Type=Application +Exec=setxkbmap de,us,fr,ru +#Exec=setxkbmap -option grp:switch,grp:alt_shift_toggle, de,ru,us +OnlyShowIn=LXDE; diff --git a/skel-lxde/.config/lxpanel/LXDE/panels/panel b/skel-lxde/.config/lxpanel/LXDE/panels/panel index 40acd4c..6363fd6 100644 --- a/skel-lxde/.config/lxpanel/LXDE/panels/panel +++ b/skel-lxde/.config/lxpanel/LXDE/panels/panel @@ -125,7 +125,12 @@ Plugin { } Plugin { - type = tray + type = xkb + Config { + DisplayType=0 + PerAppLayout=1 + DefaultGroup=0 + } } Plugin { @@ -133,6 +138,10 @@ Plugin { } Plugin { + type = tray +} + +Plugin { type = dclock Config { ClockFmt=%R |