VIGS: sync up to the latest
[platform/adaptation/emulator/xf86-misc-vigs.git] / i386-common / xinitrc
index 6f2501d..181c7fe 100755 (executable)
@@ -1,3 +1,13 @@
 #!/bin/sh
 
-/usr/bin/scim -d &
+/usr/bin/xmodmap /etc/X11/Xmodmap
+
+# set dpi
+if [ -x /usr/bin/xrdb ]; then
+    if [ -e ~/.Xresources ]; then
+        /usr/bin/xrdb -load -nocpp ~/.Xresources
+    else
+        /usr/bin/xrdb -load -nocpp /etc/X11/Xresources
+    fi
+fi
+