2019-04-19 11:45:11 -05:00
2019-07-30 17:44:32 -05:00
2019-08-30 13:05:34 -05:00
2019-09-04 12:32:42 -05:00
2019-04-17 16:37:04 -05:00
2019-09-14 15:41:31 -05:00

i3wm-config

This repository saves the custom configuration used by heckyel in i3wm

license

Screenshot

screen

Requeriments

  • acpi
  • conky
  • dmenu
  • dunst
  • feh
  • i3-wm
  • i3blocks
  • i3lock
  • network-manager-applet
  • nitrogen
  • playerctl
  • ranger
  • rofi
  • scrot
  • termite
  • thunar
  • tumbler
  • xfce4-terminal

Optional

  • lxappearance
  • ttf-font-awesome

Base i3wm

pacman -Syy i3-wm i3status dmenu sysstat

Simple Install

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"

Installed optional

pacman -Syy lxappearance nitrogen gnome-disk-utility

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

Shortcuts

Manual shortcuts are in file shortcuts,md

Credits

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

Description
My config of i3wm on Hyperbola
Readme GPL-3.0 864 KiB
Languages
Shell 69%
Perl 31%