~heckyel/i3-config

My config of i3wm on Hyperbola
i3lock: cant work without pam https://github.com/i3/i3lock/issues/134
i3blocks: script vpn update
Remove lxsession beacuse depend PolicyKit

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~heckyel/i3-config
read/write
git@git.sr.ht:~heckyel/i3-config

You can also use your local clone with git send-email.

#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.