comparison .fluxbox/keys @ 163:eb0049718001

hopefully work with files with spaces and what not
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 18 Aug 2011 11:41:32 -0700
parents c1390e43b437
children 2269e680a0be
comparison
equal deleted inserted replaced
162:01fb9051faf8 163:eb0049718001
54 # commands 54 # commands
55 Control Mod1 a :ExecCommand xclip -o | python /home/jhammel/python/window_path.py | xclip -i 55 Control Mod1 a :ExecCommand xclip -o | python /home/jhammel/python/window_path.py | xclip -i
56 Control Mod1 b :ExecCommand sleep 1; xset dpms force off # blank screen 56 Control Mod1 b :ExecCommand sleep 1; xset dpms force off # blank screen
57 Control Mod1 c :ExecCommand xterm -geometry 21x9 -T "`date +'%b %-d'`" -e 'cal; sleep 10' # calender 57 Control Mod1 c :ExecCommand xterm -geometry 21x9 -T "`date +'%b %-d'`" -e 'cal; sleep 10' # calender
58 Control Mod1 d :ExecCommand date | xclip -i # put now's date on the X clipboard 58 Control Mod1 d :ExecCommand date | xclip -i # put now's date on the X clipboard
59 Control Mod1 e :ExecCommand emacs $(test -f "$(xclip -o)" && xclip -o) # emacs 59 Control Mod1 e :ExecCommand emacs "$(test -f "$(xclip -o)" && xclip -o)" # emacs
60 Control Mod1 f :ExecCommand firefox 60 Control Mod1 f :ExecCommand firefox
61 Control Mod1 g :ExecCommand gkrellm 61 Control Mod1 g :ExecCommand gkrellm
62 Control Mod1 h :ExecCommand /home/jhammel/bin/keyshelp.sh # hotkeys help 62 Control Mod1 h :ExecCommand /home/jhammel/bin/keyshelp.sh # hotkeys help
63 Control Mod1 i :ExecCommand import /home/jhammel/screenshot.png 63 Control Mod1 i :ExecCommand import /home/jhammel/screenshot.png
64 Control Mod1 k :ExecCommand echo $(curl $(xclip -o)?format=text) - $(xclip -o) | xclip -i # bitsyblog entry 64 Control Mod1 k :ExecCommand echo $(curl $(xclip -o)?format=text) - $(xclip -o) | xclip -i # bitsyblog entry