projects
/
x_base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b5b689
)
* Switch to using awesome if it exists
author
Don Armstrong
<don@donarmstrong.com>
Mon, 18 Feb 2008 07:23:34 +0000
(07:23 +0000)
committer
Don Armstrong
<don@donarmstrong.com>
Mon, 18 Feb 2008 07:23:34 +0000
(07:23 +0000)
.xsession
patch
|
blob
|
history
diff --git
a/.xsession
b/.xsession
index 0fc901b973198289d2fa79b3c1fd6ea64cd173d8..72eb135e438e97560160590796272d61d45a8e6f 100755
(executable)
--- a/
.xsession
+++ b/
.xsession
@@
-41,8
+41,8
@@
if [ -x /usr/bin/xscreensaver -a -e ~/.xscreensaver ]; then
/usr/bin/xscreensaver &
fi;
-
#if [ -x /usr/bin/wmii
]; then
-
# exec /usr/bin/wmii
;
+
if [ -x /usr/bin/awesome
]; then
+
exec /usr/bin/awesome
;
if [ -x /usr/bin/ion3 ]; then
exec /usr/bin/ion3;
elif [ -x /usr/bin/openbox ]; then