#!/bin/sh PIPE="$XDG_RUNTIME_DIR/layout" [ -f "$PIPE" ] && case "$(cat "$PIPE")" in us) echo '';; ru) echo '';; esac