From b092ff41dad3d3c840f6984866dc5dc0d778ca0e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 8 Feb 2013 11:24:49 -0200 Subject: Sample xprofile --- modules/profile/xinitrc.dot.link | 2 +- modules/profile/xprofile.dot.link | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/modules/profile/xinitrc.dot.link b/modules/profile/xinitrc.dot.link index 2f0f702..dacd106 100644 --- a/modules/profile/xinitrc.dot.link +++ b/modules/profile/xinitrc.dot.link @@ -3,7 +3,7 @@ # .xinitrc: set basic X11 environment for non-X11 runlevel # -# Load .xprofile +# Load .xprofile source $HOME/.xprofile & # Run window manager diff --git a/modules/profile/xprofile.dot.link b/modules/profile/xprofile.dot.link index e69de29..91c86d4 100644 --- a/modules/profile/xprofile.dot.link +++ b/modules/profile/xprofile.dot.link @@ -0,0 +1,10 @@ +#!/bin/bash +# +# .xprofile: set basic X11 environment +# + +# Load .xprofile +#source $HOME/.xprofile & + +# Run window manager +#awesome -- cgit v1.2.3