My config of i3wm on Hyperbola GNU

Jesús 4070f6f227 i3lock: cant work without pam https://github.com/i3/i3lock/issues/134 1 year ago
bwrap 0d6d1d490c bwrap: add video group to ungoogled-chromium 2 years ago
extra 7c80d9a31d remove termite 2 years ago
fonts 95b233e960 Add missing font 3 years ago
images 4070f6f227 i3lock: cant work without pam https://github.com/i3/i3lock/issues/134 1 year ago
scripts 4070f6f227 i3lock: cant work without pam https://github.com/i3/i3lock/issues/134 1 year ago
LICENSE d2a3fd287c first commit 5 years ago
README.md 4070f6f227 i3lock: cant work without pam https://github.com/i3/i3lock/issues/134 1 year ago
config 4070f6f227 i3lock: cant work without pam https://github.com/i3/i3lock/issues/134 1 year ago
i3blocks.conf e161f825cc Add mediaplayer without D-Bus support 2 years ago
install.sh 4070f6f227 i3lock: cant work without pam https://github.com/i3/i3lock/issues/134 1 year ago
shortcuts.md 7ae1dbff6f README.md: move manual shortcuts to shortcuts.md 4 years ago

README.md

i3wm-config

This repository saves the custom configuration used by heckyel in i3wm

license

Screenshot

screen

Requeriments

  • acpi
  • conky
  • dmenu
  • feh
  • i3-wm
  • i3blocks
  • nitrogen
  • ranger
  • rofi
  • scrot
  • st
  • sakura
  • udevil
  • bubblewrap
  • xdg-user-dirs

Optional

  • picom (replace of compton)
  • lxappearance
  • ttf-font-awesome
  • dhcpcd-ui
  • viewnior

Base i3wm

# pacman -Syy i3-wm i3status dmenu sysstat

Simple Install

$ 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"

Installed optional

# pacman -Syy lxappearance nitrogen

Xenocara or Xorg config

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

dhcpcd-ui

Uncomment in ~/.config/i3/config

# exec --no-startup-id dhcpcd-gtk

Shortcuts

Manual shortcuts are in file shortcuts.md

Credits

Thanks to all the free software developers and to you Jesús E.