Jesús 69035fc3de
Added --seccomp to programs in firejail
seccomp (short for secure computing mode) is a computer security facility in the Linux kernel.
seccomp was first devised by Andrea Arcangeli in January 2005 for use in public grid computing
and was originally intended as a means of safely running untrusted compute-bound programs.
It was merged into the Linux kernel mainline in kernel version 2.6.12, which was released on
March 8, 2005. seccomp allows a process to make a one-way transition into a "secure" state
where it cannot make any system calls except exit(), sigreturn(), read() and write() to
already-open file descriptors. Should it attempt any other system calls, the kernel will
terminate the process with SIGKILL or SIGSYS. In this sense, it does not virtualize the
system's resources but isolates the process from them entirely.
2019-09-04 12:32:42 -05:00
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-08-30 12:42:36 -05:00
2019-04-17 16:37:04 -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

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%