changeset 165:2269e680a0be

fix weird quoting issue that just started happening
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 02 Sep 2011 11:20:47 -0700
parents 8006938c33ac
children 8b81dd40c160
files .fluxbox/keys
diffstat 1 files changed, 2 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/.fluxbox/keys	Mon Aug 22 13:38:28 2011 -0700
+++ b/.fluxbox/keys	Fri Sep 02 11:20:47 2011 -0700
@@ -54,9 +54,9 @@
 # commands
 Control Mod1 a :ExecCommand xclip -o | python /home/jhammel/python/window_path.py | xclip -i
 Control Mod1 b :ExecCommand sleep 1; xset dpms force off # blank screen
-Control Mod1 c :ExecCommand xterm -geometry 21x9 -T "`date +'%b %-d'`" -e 'cal; sleep 10' # calender
+Control Mod1 c :ExecCommand xterm -geometry 21x10 -T "`date +'%b %-d'`" -e 'cal; sleep 10' # calender
 Control Mod1 d :ExecCommand date | xclip -i # put now's date on the X clipboard
-Control Mod1 e :ExecCommand emacs "$(test -f "$(xclip -o)" && xclip -o)" # emacs
+Control Mod1 e :ExecCommand emacs $(test -f "$(xclip -o)" && xclip -o) # emacs
 Control Mod1 f :ExecCommand firefox
 Control Mod1 g :ExecCommand gkrellm
 Control Mod1 h :ExecCommand /home/jhammel/bin/keyshelp.sh # hotkeys help
@@ -73,8 +73,3 @@
 Control Mod1 0 :ExecCommand xclip -o | sed 's/^[-+]//' | xclip -i # strip leading +s
 
 Mod4 t :ToggleDecor
-
-
-
-
-