|
3 days ago | |
---|---|---|
fonts | 5 months ago | |
images | 1 year ago | |
scripts | 7 months ago | |
tmp | 7 months ago | |
LICENSE | 1 year ago | |
README.md | 3 days ago | |
config | 7 months ago | |
i3blocks.conf | 1 year ago | |
install.sh | 5 months ago | |
shortcuts.md | 1 year ago |
This repository saves the custom configuration used by heckyel in i3wm
pacman -Syy i3-wm i3status dmenu sysstat
wget "https://libregit.org/heckyel/i3-config/raw/branch/master/install.sh" -O "$HOME/install.sh"
Execute install.sh
bash "$HOME/install.sh"
clean up install file
rm "$HOME/install.sh"
pacman -Syy lxappearance nitrogen gnome-disk-utility
Example config .xinitrc
:
#!/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
Uncomment in ~/.config/i3/config
# exec --no-startup-id dhcpcd-gtk
Manual shortcuts are in file shortcuts.md
Thanks to all the free software developers and to you Jesús E.