mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Joe Groocock
839d972e95
systemd v250 added ExitType= which allows systemd to wait for all processes in the cgroup to exit before terminating the unit, instead of only the main pid. This has many uses, but for desktop applications in particular it allows self-restarting (forking) applications to correctly fork/restart and other background processes that may have been spawned to continue when their forked parent inevitably exits first (like ssh processes inside terminals). Signed-off-by: Joe Groocock <me@frebib.net> |
||
---|---|---|
alacritty | ||
dunst | ||
Element | ||
environment.d | ||
fontconfig | ||
fsh | ||
git | ||
gopass | ||
gtk-2.0 | ||
gtk-3.0 | ||
i3 | ||
ideavim | ||
latexmk | ||
npm | ||
pacaur | ||
parcellite | ||
picom | ||
polybar | ||
procps | ||
python | ||
qt5ct | ||
rofi | ||
scripts | ||
ssh | ||
systemd/user | ||
termite | ||
vim | ||
X11 | ||
zsh | ||
.gitignore | ||
aliases | ||
chromium-flags.conf | ||
lakesidesunrise.jpg | ||
mimeapps.list | ||
README.md | ||
redshift.conf | ||
user-dirs.dirs |
frebib/dotfiles
Usage
To get started, clone this repo and link the relevant files/directories
git clone https://github.com/frebib/dotfiles.git ~/.config
ln -sfv .config/zsh/.zshenv ~
# if it is not already "enabled", make sure the systemd-environment.d generator is active
sudo ln -sfv /lib/systemd/user-environment-generators/30-systemd-environment-d-generator /lib/systemd/user-generators/