projects
/
dotfiles-public.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ed7711
)
Only run xmodmap in .xinitrc if you have the executable installed in your PATH.
author
W. Trevor King
<wking@drexel.edu>
Thu, 1 Dec 2011 18:02:21 +0000
(13:02 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 1 Dec 2011 18:02:21 +0000
(13:02 -0500)
src/.xinitrc
[changed mode: 0644->0755]
patch
|
blob
|
history
diff --git
a/src/.xinitrc
b/src/.xinitrc
old mode 100644
(file)
new mode 100755
(executable)
index
9e5775a
..
678fcc3
--- a/
src/.xinitrc
+++ b/
src/.xinitrc
@@
-15,6
+15,8
@@
if [ -e /usr/bin/asus_acpid ]; then
fi
# Set up keybindings
-xmodmap ~/.Xmodmap
+if [ -n $(which xmodmap) ]; then
+ xmodmap ~/.Xmodmap
+fi
exec startfluxbox