mirror of
https://github.com/mayfrost/guides.git
synced 2024-11-01 07:26:04 +00:00
Update X.md
This commit is contained in:
parent
70266d0fe3
commit
7c2207d7ae
11
X.md
11
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user