aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Xdefaults2
-rwxr-xr-xratpoison/clipboard2
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