I honestly don't know if this will work that well, but here goes nothing famalam
16 lines
578 B
Bash
16 lines
578 B
Bash
#! /bin/sh
|
|
# kcminputrc Mouse cursorTheme 'breeze_cursors'
|
|
kcminputrc_mouse_cursortheme=breeze_cursors
|
|
# kcminputrc Mouse cursorSize ''
|
|
kcminputrc_mouse_cursorsize=0
|
|
# ksplashrc KSplash Theme org.kde.breeze.desktop
|
|
ksplashrc_ksplash_theme=org.kde.breezedark.desktop
|
|
# ksplashrc KSplash Engine KSplashQML
|
|
ksplashrc_ksplash_engine=KSplashQML
|
|
# kdeglobals KScreen ScreenScaleFactors ''
|
|
kdeglobals_kscreen_screenscalefactors=''
|
|
# kcmfonts General forceFontDPI 0
|
|
kcmfonts_general_forcefontdpi=0
|
|
# kcmfonts General dontChangeAASettings true
|
|
kcmfonts_general_dontchangeaasettings=true
|