dotfiles

custom linux config files managed with gnu stow

dotfiles

bin/.local/bin/exorg


#!/bin/bash
#
#   █████  ██   ██  ██████  ██████  █████
#  ██░░░██░░██ ██  ██░░░░██░░██░░█░██  ░██
# ░███████ ░░███  ░██   ░██ ░██ ░ ░░██████
# ░██░░░░   ██░██ ░██   ░██ ░██    ░░░░░██
# ░░██████ ██ ░░██░░██████ ░███     █████
#  ░░░░░░ ░░   ░░  ░░░░░░  ░░░     ░░░░░
#
# Xvfb session for a headless xorg clipboard

if ! pgrep -x "Xvfb" >/dev/null; then
	export DISPLAY=:0
	Xvfb :0 -screen 0 1x1x8 &
	systemctl --user import-environment DISPLAY
	systemctl --user restart clipmenud.service
fi

Download

raw zip tar