Added example config Xenocara or Xorg, closed #3
This commit is contained in:
parent
884979bbff
commit
83ece1b21b
22
README.md
22
README.md
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user