My config of i3wm on Hyperbola GNU
Jesús 4070f6f227 i3lock: cant work without pam https://github.com/i3/i3lock/issues/134 | hace 2 años | |
---|---|---|
bwrap | hace 3 años | |
extra | hace 3 años | |
fonts | hace 4 años | |
images | hace 2 años | |
scripts | hace 2 años | |
LICENSE | hace 5 años | |
README.md | hace 2 años | |
config | hace 2 años | |
i3blocks.conf | hace 3 años | |
install.sh | hace 2 años | |
shortcuts.md | hace 5 años |
This repository saves the custom configuration used by heckyel in i3wm
# pacman -Syy i3-wm i3status dmenu sysstat
$ wget "https://git.sr.ht/~heckyel/i3-config/blob/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
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.