From b0f171ef47ba19b3073cb96b0d84f574ab1648dd Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Sun, 23 Nov 2014 11:35:51 +0100 Subject: IT WORKS --- Xdefaults | 2 +- ratpoison/clipboard | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Xdefaults b/Xdefaults index 2921370..747aeed 100644 --- a/Xdefaults +++ b/Xdefaults @@ -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 -- cgit v1.2.3-54-g00ecf