Added example config Xenocara or Xorg, closed #3

This commit is contained in:
Jesús
2019-09-14 15:34:30 -05:00
parent 884979bbff
commit 83ece1b21b

View File

@@ -53,6 +53,28 @@ clean up install file
pacman -Syy lxappearance nitrogen gnome-disk-utility
### Xenocara or Xorg config
Example config:
```bash
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
#
# if [ -d /etc/X11/xinit/xinitrc.d ]; then
# for f in /etc/X11/xinit/xinitrc.d/*; do
# [ -x "$f" ] && . "$f"
# done
# unset f
# fi
exec i3
```
### Shortcuts
Manual shortcuts are in file [shortcuts,md](shortcuts.md)