From 4132a5e141f37d7385db65635ec99b98953f1141 Mon Sep 17 00:00:00 2001 From: David Luevano <55825613+luevano@users.noreply.github.com> Date: Tue, 11 Feb 2020 15:35:34 -0700 Subject: Add xinitrc and xprofile, mods to minor things --- .xinitrc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .xinitrc (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc new file mode 100644 index 0000000..04c809a --- /dev/null +++ b/.xinitrc @@ -0,0 +1,9 @@ +#!/bin/sh +# ~/.xinitrc +# + +# 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 ~/.xprofile ]] && . ~/.xprofile -- cgit v1.2.3-70-g09d2