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
165153379d
commit
2f10ac8b13
2
X.md
2
X.md
@ -29,7 +29,7 @@ To use a window manager without any desktop environment, or even a login manager
|
||||
Next is an example _".xinitrc"_ file which goes under your home directory:
|
||||
```
|
||||
# load your preferred terminal settings
|
||||
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
|
||||
[ -f ~/.Xresources ] && xrdb -merge -I$HOME ~/.Xresources
|
||||
|
||||
# load your preferred keybindings
|
||||
xbindkeys
|
||||
|
Loading…
Reference in New Issue
Block a user