diff options
author | Jesús <heckyel@hyperbola.info> | 2019-09-14 15:34:30 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-09-14 15:34:30 -0500 |
commit | 83ece1b21ba9fa2d6ca6ebd4b7159b6746d616bf (patch) | |
tree | 4ee0f29c587e8af63b5e9fd43a4668b8f024a1c8 | |
parent | 884979bbff4eed077b60de36e10277d5d1987eb0 (diff) | |
download | i3-config-83ece1b21ba9fa2d6ca6ebd4b7159b6746d616bf.tar.lz i3-config-83ece1b21ba9fa2d6ca6ebd4b7159b6746d616bf.tar.xz i3-config-83ece1b21ba9fa2d6ca6ebd4b7159b6746d616bf.zip |
Added example config Xenocara or Xorg, closed #3
-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) |