OSDN Git Service

[fix] : Fixed xinitrc.
authorhayao <shun819.mail@gmail.com>
Mon, 13 Apr 2020 02:43:39 +0000 (11:43 +0900)
committerhayao <shun819.mail@gmail.com>
Mon, 13 Apr 2020 02:43:39 +0000 (11:43 +0900)
channels/xfce/airootfs/etc/skel/.xinitrc

index d03d0ab..f79dfe3 100644 (file)
@@ -1,3 +1,23 @@
+#!/bin/sh
+#
+# ~/.xinitrc
+#
+# Executed by startx (run your window manager from here)
+
+xset s off
+
+setxkbmap fr
+
+xset +fp /usr/share/fonts/local
+xset fp rehash
+
+if [ -d /etc/X11/xinit/xinitrc.d ]; then
+  for f in /etc/X11/xinit/xinitrc.d/*; do
+    [ -x "$f" ] && . "$f"
+  done
+  unset f
+fi
+
 # Load config files
 [ -f /etc/xprofile ] && source /etc/xprofile
 [ -f ~/.xprofile ] && source ~/.xprofile