diff options
| -rw-r--r-- | Xdefaults | 2 | ||||
| -rwxr-xr-x | ratpoison/clipboard | 2 | 
2 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ URxvt.lineSpace: 0  ! Fonts  URxvt.allow_bold: true -URxvt.font: xft:DejaVu Sans Mono:pixelsize=14 +URxvt.font: xft:DejaVu Sans Mono:pixelsize=13  ! Fix font space  URxvt*letterSpace: -1 diff --git a/ratpoison/clipboard b/ratpoison/clipboard index 2cb6c2c..78a3399 100755 --- a/ratpoison/clipboard +++ b/ratpoison/clipboard @@ -75,7 +75,7 @@ elif [ $command = paste ]; then      xcb -p $option | xclip      ratpoison -c "meta S-Insert"  elif [ $command = set ]; then -    xcb -n 10 -S $option +    xclip -o | xcb -n 10 -s $option  elif [ $command = push ]; then      get_stack_depth      if [ $stack_depth -lt 9 ]; then  | 
