1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-04-30 05:31:18 +01:00
Files
operating-system/buildroot/package/metacity/Xsession
2018-03-17 23:47:00 +00:00

7 lines
145 B
Bash
Executable File

#!/bin/sh
export GDK_USE_XFT=1
export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
/usr/bin/X11/rxvt -bg black -fg gray90 &
exec /bin/metacity