From 3e5f9ac0f99596b81c16e06405ff97417bd759fb Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Tue, 8 Dec 2020 01:49:28 -0700 Subject: Continue transition to new config scheme --- .config/x11/xinitrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .config/x11/xinitrc (limited to '.config/x11/xinitrc') diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc new file mode 100644 index 0000000..0c6736f --- /dev/null +++ b/.config/x11/xinitrc @@ -0,0 +1,7 @@ +#!/bin/sh + +# This is run when 'startx' or 'xinit' is executed, +# but since display managers use ~/.xprofile instead, +# .xprofile is sourced to be compatible with both. + +[ -f $HOME/.xprofile ] && . $HOME/.xprofile -- cgit v1.2.3-54-g00ecf