dotfiles

My showable dotfiles.
Log | Files | Refs | Submodules

commit dd7b0cef1f2603a5e8bb834636fc787183e7e4fe
parent 9ee784c90b4e5a5f6c6dab093b3f9cff07c27be1
Author: Hugo Soucy <hugo.soucy@equisoft.com>
Date:   Fri, 25 Oct 2019 10:35:23 -0400

Track .xsession

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

diff --git a/.xsession b/.xsession @@ -0,0 +1,24 @@ +# use UTF-8 everywhere +export LANG=fr_CA.UTF-8 + +# specify location of kshrc +export ENV=$HOME/.kshrc + +# load Xresources file +xrdb -merge $HOME/.Xresources + +# set your background color +#xsetroot -solid dimgray + +# xidle will lock your display after a period of inactivity +xidle & + +# disable system beep +xset b off + +# wallpapers +exec $(feh --randomize --bg-fill /home/hs0ucy/Nextcloud/Images/oldcomp_*) & + +# start dwm! +exec dwmstat & +exec dwm