diff options
Diffstat (limited to 'skel-lxde/.config/autostart')
-rw-r--r-- | skel-lxde/.config/autostart/install-flash-local.desktop | 2 | ||||
-rw-r--r-- | skel-lxde/.config/autostart/lxde-keyboard.desktop | 9 |
2 files changed, 11 insertions, 0 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; |