From 7c2207d7ae92c3fde934acb59c07b3057a4907d5 Mon Sep 17 00:00:00 2001 From: mayfrost Date: Mon, 22 Oct 2018 22:40:46 -0300 Subject: [PATCH] Update X.md --- X.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/X.md b/X.md index 726b293..d098bb9 100644 --- a/X.md +++ b/X.md @@ -12,7 +12,8 @@ Set xorg and a desktop environment fast. 3.1. [GETTING KEYS INFORMATION](#getting-keys-information) 3.2. [XBINDKEYSRC CONFIGURATION FILE](#xbindkeysrc-configuration-file) 4. [TERMINAL EMULATOR](terminal-emulator) -5. [SCREEN TEARING](#screen-tearing) +5. [CLIPBOARD](#clipboard) +6. [SCREEN TEARING](#screen-tearing) ## NO DE @@ -272,6 +273,14 @@ urxvt*borderWidth: 0 To load changes run: `xrdb -merge ~/.Xresources` +## CLIPBOARD +_"Xsel"_ with the help of _"GNU Screen"_ will be used as intermediary between the terminal and _"X"_. +* To paste from X clipboard +`xsel -ob` +* To copy to X clipboard +`cat | xsel -ib` +Then hit _"Ctrl-a + ]"_, then _"Enter"_, then _"Ctrl-d"_. + ## SCREEN TEARING To solve screen tearing you can use any of these config files in its appropriate directory.