diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-08 11:24:49 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-08 11:24:49 -0200 |
commit | b092ff41dad3d3c840f6984866dc5dc0d778ca0e (patch) | |
tree | 82820021d5edf0759a9a169205506e5b9fd1a95c /modules/profile/xprofile.dot.link | |
parent | 366501920649b2eb98e9abdf37c2d8a27d43a5c8 (diff) | |
download | dotfiles-b092ff41dad3d3c840f6984866dc5dc0d778ca0e.tar.gz dotfiles-b092ff41dad3d3c840f6984866dc5dc0d778ca0e.tar.bz2 |
Sample xprofile
Diffstat (limited to 'modules/profile/xprofile.dot.link')
-rw-r--r-- | modules/profile/xprofile.dot.link | 10 |
1 files changed, 10 insertions, 0 deletions
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 |