diff options
-rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -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) |