diff options
Diffstat (limited to 'skel/.kde4/share/config/startupconfig')
-rw-r--r-- | skel/.kde4/share/config/startupconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/skel/.kde4/share/config/startupconfig b/skel/.kde4/share/config/startupconfig new file mode 100644 index 0000000..183e636 --- /dev/null +++ b/skel/.kde4/share/config/startupconfig @@ -0,0 +1,20 @@ +#! /bin/sh +# kcminputrc Mouse cursorTheme 'Oxygen_Black' +kcminputrc_mouse_cursortheme="Oxygen_Black" +# kcminputrc Mouse cursorSize '' +kcminputrc_mouse_cursorsize="" +# ksplashrc KSplash Theme Default +ksplashrc_ksplash_theme="Sabayon" +# ksplashrc KSplash Engine KSplashX +ksplashrc_ksplash_engine="KSplashX" +# kcmrandrrc Display ApplyOnStartup false +kcmrandrrc_display_applyonstartup="false" +# kcmrandrrc [Screen0] +# kcmrandrrc [Screen1] +# kcmrandrrc [Screen2] +# kcmrandrrc [Screen3] +# kcmfonts General forceFontDPI 0 +kcmfonts_general_forcefontdpi="96" +# kdeglobals Locale Language '' # trigger requesting languages from KLocale +kdeglobals_locale_language="" +klocale_languages=en_US |