Update X.md

This commit is contained in:
mayfrost 2018-10-22 22:40:46 -03:00 committed by GitHub
parent 70266d0fe3
commit 7c2207d7ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
X.md
View File

@ -12,7 +12,8 @@ Set xorg and a desktop environment fast.
3.1. [GETTING KEYS INFORMATION](#getting-keys-information) 3.1. [GETTING KEYS INFORMATION](#getting-keys-information)
3.2. [XBINDKEYSRC CONFIGURATION FILE](#xbindkeysrc-configuration-file) 3.2. [XBINDKEYSRC CONFIGURATION FILE](#xbindkeysrc-configuration-file)
4. [TERMINAL EMULATOR](terminal-emulator) 4. [TERMINAL EMULATOR](terminal-emulator)
5. [SCREEN TEARING](#screen-tearing) 5. [CLIPBOARD](#clipboard)
6. [SCREEN TEARING](#screen-tearing)
## NO DE ## NO DE
@ -272,6 +273,14 @@ urxvt*borderWidth: 0
To load changes run: To load changes run:
`xrdb -merge ~/.Xresources` `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 ## SCREEN TEARING
To solve screen tearing you can use any of these config files in its appropriate directory. To solve screen tearing you can use any of these config files in its appropriate directory.