Update X.md

This commit is contained in:
mayfrost 2018-10-16 22:40:17 +00:00 committed by GitHub
parent 9e0b11d5a0
commit 040cd81bb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
X.md
View File

@ -15,7 +15,7 @@ After that you login and simply type:
whenever you want to start X. whenever you want to start X.
Next is an example _".xinitrc"_ file which goes under in your home directory: Next is an example _".xinitrc"_ file which goes under your home directory:
``` ```
# load your preferred terminal settings # load your preferred terminal settings
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources [[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
@ -76,7 +76,7 @@ Productive, automated, scriptable, and minimal, Ratpoison is a strict tiling win
`Ctrl-t + Q` `Ctrl-t + Q`
The custom _".ratpoisonrc"_ file which goes under in your home directory can be customized to your needs: The custom _".ratpoisonrc"_ file which goes under your home directory can be customized to your needs:
``` ```
# text editor # text editor
bind e exec gjots2 bind e exec gjots2
@ -163,7 +163,7 @@ In the example below we'll have the modified keys:
* The "raise volume" button if available will raise volume. * The "raise volume" button if available will raise volume.
Now the example _".xbindkeysrc"_ file which goes under in your home directory: Now the example _".xbindkeysrc"_ file which goes under your home directory:
``` ```
# Enable "Scroll_Lock" for the next keybinding # Enable "Scroll_Lock" for the next keybinding
keystate_scrolllock= enable keystate_scrolllock= enable
@ -208,7 +208,7 @@ keystate_scrolllock= enable
To tweak the theme of your terminal emulator you need to tweak the _".Xresources"_ file. Each time you make changes run: To tweak the theme of your terminal emulator you need to tweak the _".Xresources"_ file. Each time you make changes run:
`xrdb -merge` `xrdb -merge`
Next is an example _".Xresources"_ file which goes under in your home directory: Next is an example _".Xresources"_ file which goes under your home directory:
``` ```
xterm*maximized: true xterm*maximized: true
xterm*background: black xterm*background: black