livegui: Autostart keyboard layout module on plasma login
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
6471b4fdea
commit
dacfb25e5c
1 changed files with 12 additions and 0 deletions
|
@ -45,6 +45,18 @@ wget "https://dev.gentoo.org/~bkohler/livegui/face.icon.png" -O .face.icon
|
||||||
# ln -sv /usr/share/applications/${i}.desktop Desktop/
|
# ln -sv /usr/share/applications/${i}.desktop Desktop/
|
||||||
#done
|
#done
|
||||||
|
|
||||||
|
# Autostart keyboard layout module
|
||||||
|
mkdir -p .config/autostart
|
||||||
|
echo "[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
|
Name=Keyboard settings
|
||||||
|
Icon=preferences-system
|
||||||
|
Type=Application
|
||||||
|
SingleMainWindow=true
|
||||||
|
Exec=systemsettings kcm_keyboard
|
||||||
|
Terminal=false
|
||||||
|
" > .config/autostart/systemsettings-keyboard.desktop
|
||||||
|
|
||||||
popd
|
popd
|
||||||
# Clean up perms
|
# Clean up perms
|
||||||
chown -R gentoo:users /home/gentoo
|
chown -R gentoo:users /home/gentoo
|
||||||
|
|
Loading…
Add table
Reference in a new issue