comparison .fluxbox/keys @ 49:512ceeb0ec90

add key for xkill
author Jeff Hammel <k0scist@gmail.com>
date Sun, 28 Mar 2010 15:34:09 -0400
parents 08f45070c136
children b3a633f05444
comparison
equal deleted inserted replaced
48:4674cf608131 49:512ceeb0ec90
51 Control Mod1 l :ExecCommand echo http://letmegooglethatforyou.com/?q=$(xclip -o) | xclip -i 51 Control Mod1 l :ExecCommand echo http://letmegooglethatforyou.com/?q=$(xclip -o) | xclip -i
52 Control Mod1 o :ExecCommand xclip -o | /home/jhammel/python/onelineit.py | xclip -i # put the clipboard contents on one line 52 Control Mod1 o :ExecCommand xclip -o | /home/jhammel/python/onelineit.py | xclip -i # put the clipboard contents on one line
53 Control Mod1 p :ExecCommand xclip -o | /home/jhammel/python/pastebin.py | xclip -i # send the clipboard contents to pastebin and replace with the URL 53 Control Mod1 p :ExecCommand xclip -o | /home/jhammel/python/pastebin.py | xclip -i # send the clipboard contents to pastebin and replace with the URL
54 Control Mod1 s :ExecCommand /home/jhammel/bin/smartopen "$(xclip -o)" # smartopen 54 Control Mod1 s :ExecCommand /home/jhammel/bin/smartopen "$(xclip -o)" # smartopen
55 Control Mod1 t :ExecCommand gnome-terminal # terminal 55 Control Mod1 t :ExecCommand gnome-terminal # terminal
56 Control Mod1 x :ExecCommand xkill
56 Control Mod1 0 :ExecCommand xclip -o | sed 's/\+//' | xclip -i # strip leading +s 57 Control Mod1 0 :ExecCommand xclip -o | sed 's/\+//' | xclip -i # strip leading +s
57 58
58 Mod4 t :ToggleDecor 59 Mod4 t :ToggleDecor
59 60