Mercurial > hg > config
changeset 166:8b81dd40c160
make cal fit in a xterm
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 02 Sep 2011 11:24:35 -0700 |
parents | 2269e680a0be |
children | 842e1fca024a |
files | .fluxbox/keys |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.fluxbox/keys Fri Sep 02 11:20:47 2011 -0700 +++ b/.fluxbox/keys Fri Sep 02 11:24:35 2011 -0700 @@ -54,7 +54,7 @@ # 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 21x10 -T "`date +'%b %-d'`" -e 'cal; sleep 10' # calender +Control Mod1 c :ExecCommand xterm -geometry 22x9 -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 f :ExecCommand firefox