dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 44faa74e05b7e6f21305c8cadcbe446d2cc538e8
parent 6cff699f279e2be139416234fbc0fcf2c7941538
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 26 Sep 2019 10:07:18 +0200

Add .xsession for OpenBSD

Diffstat:
A.xsession | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.xsession b/.xsession @@ -0,0 +1,5 @@ +#!/bin/sh +[ -f ~/.config/sh/profile ] && . ~/.config/sh/profile +[ -f ~/.config/sh/commands ] && . ~/.config/sh/commands +[ -f ~/.xprofile ] && . ~/.xprofile +exec dwm