summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/systemconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/LinHES-config/systemconfig.py')
-rwxr-xr-xabs/core/LinHES-config/systemconfig.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/abs/core/LinHES-config/systemconfig.py b/abs/core/LinHES-config/systemconfig.py
index 3b44779..340751d 100755
--- a/abs/core/LinHES-config/systemconfig.py
+++ b/abs/core/LinHES-config/systemconfig.py
@@ -41,6 +41,11 @@ def setup_x(systemconfig):
else:
if not os.path.exists('/usr/share/icons/default'):
os.symlink('/usr/share/icons/whiteglass','/usr/share/icons/default');
+ if systemconfig["UseXLargeMouse"] == "1" :
+ cmd = "echo Xcursor.size: 48 > ~/.Xdefaults"
+ else:
+ cmd = "echo Xcursor.size: 16 > ~/.Xdefaults"
+ mv_common.runcmd(cmd)
cmd = "%s/bin/xconfig.sh" %systemconfig["MVROOT"]
mv_common.runcmd(cmd)