#!/bin/sh

export EGL_PLATFORM=wayland
export GDK_BACKEND=wayland
export DISPLAY=:0

sudo chown krh.krh /dev/input/* /dev/tty0
(sleep 1; ./clients/terminal --xkb-options=ctrl:nocaps) &
./compositor/compositor -b ~/media/field.jpg > log 2>&1

