| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
.config/systemd/user/lxpolkit.service:
Add systemd user service that binds to graphical.target.
|
|
|
|
|
| |
.config/sway/config.d/hmbx:
Add configuration for host hmbx.
|
|
|
|
|
| |
.config/mako/config:
Add simple mako configuration to only show three items at a maximum.
|
|
|
|
|
| |
.config/systemd/user/waybar.service:
Add systemd user service, that binds to sway-session.target.
|
|
|
|
|
| |
.config/systemd/user/swayidle.service:
Add systemd user service, that binds to sway-session.target.
|
|
|
|
|
| |
.config/systemd/user/nextcloud.service:
Add systemd user service, that binds to sway-session.target.
|
|
|
|
|
|
|
|
| |
.config/swayidle/config:
Add simple swayidle configuration to lock with waylock after 5min of
inactivity, switch of screens after 10min and turn them back on again
upon resume.
Ensure to run waylock before sleep state is reached.
|
|
|
|
|
| |
.config/waylock/waylock.toml:
Add simple first configuration to echo warning and set colors.
|
|
|
|
|
| |
.config/wofi/config:
Add simple wofi config.
|
|
|
|
|
| |
.config/systemd/user/sway-session.target:
Add sway-session.target to which other user services may be bound.
|
|
|
|
|
| |
.ssh/config:
Add configuration for host mail.archlinux.org
|
|
|
|
|
| |
.xinitrc:
Qtile needs to be started using the start subcommand.
|
|
|
|
|
| |
.config/starship.toml:
Add status output for starship.
|
|
|
|
|
| |
.config/zsh/includes/export.zsh:
Change all relevant exports to use nvim instead of vim.
|
|
|
|
|
|
| |
.config/starship.toml:
Add simple config to always show username and host and to truncate
directories after eight components.
|
|
|
|
|
|
|
|
|
| |
.ssh/config:
Remove all ForwardAgent settings and replace ProxyCommand with
ProxyJump.
Add groutefsf, gapu-access, gsmbfsf, build.archlinux.org.
Update settings for nws4 (rely on hosts file to determine IP), and
aws-production-api-testing.
|
|
|
|
|
|
| |
.config/systemd/user/mbsync.service:
Run notmuch after `mbsync2mutt_mailboxes` so that mailboxes.rc is always
created after sync (even if notmuch fails).
|
|
|
|
|
| |
.config/sway/config:
Switch from rofi to wofi as application launcher.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
.config/packages/community.txt:
Add acpi_call, arch-release-promotion, bbswitch, broadcom-wl,
deepin-anything-arch, fst, lib32-libffi, mailman-web, mellite,
netfilter-fullconenat, nextcloud-app-bookmarks, openttd,
python-aafigure, python-ansible-compat, python-cbor2, python-dbus-next,
python-django-q, python-fire, python-nkdfu, python-pymupdf,
python-pytest-xprocess, python-pywayland, python-pywlroots,
python-svglib, python-xkbcommon, r8168, rst2pdf, scummvm, sound-gambit,
tp_smapi, vhba-module, virtualbox-host-modules-arch, xmms2.
Remove jack2, lib32-jack, redkite, squashfs-tools and
terraform-provider-libvirt.
|
|
|
|
|
|
|
| |
.config/packages/extra.txt:
Add audacious-plugins, fmt, jack2, linux-zen, mkinitcpio-archiso,
nvidia, pipewire, squashfs-tools and webrtc-audio-processing.
Remove jack.
|
|
|
|
|
| |
.config/packages/core.txt:
Add linux.
|
|
|
|
|
|
| |
.config/packages/aur.txt:
Add jack, lib32-jack and mkinitcpio-archiso-git.
Remove mellite.
|
|
|
|
|
|
|
|
|
|
|
|
| |
.config/nvchecker/community.toml:
Add acpi_call, arch-release-promotion, bbswitch, deepin-anything-arch,
fst, lib32-ffi, mailman-web, mellite, nextcloud-app-bookmarks,
python-aafigure, python-ansible-compat, python-cbor2, python-dbus-next,
python-fire, python-nkdfu, python-pymupdf, python-pytest-xprocess,
python-pywayland, python-pywlroots, python-svglib, python-xkbcommon,
r8168, rst2pdf, sound-gambit, tp_smapi, vhba-module.
Remove jack2, lib32-jack, redkite, squashfs-tools,
terraform-provider-libvirt.
|
|
|
|
|
|
|
|
| |
.config/nvchecker/extra.toml:
Add fmt, linux-zen, mkinitcpio-archiso, pipewire, pulseaudio,
squashfs-tools, webrtc-audio-processing.
Add exclude_regex definitions where necessary.
Remove jack.
|
|
|
|
|
| |
.config/nvchecker/core.toml:
Add libffi and linux.
|
|
|
|
|
|
| |
.config/nvchecker/aur.toml:
Remove mellite (now in community).
Add mkinitcpio-archiso-git.
|
|
|
|
|
|
|
| |
.zshrc:
To allow proper use of the functions, add them early.
Add back settings for vi mode.
Add back prepend-sudo.
|
|
|
|
|
|
|
|
|
| |
.config/zsh/{functions,includes}/*:
Move functions and includes to XDG compliant locations.
.zshrc:
Include functions and other includes from XDG compliant locations.
Remove use of prepend-sudo function.
|
|
|
|
|
| |
.zsh.before/*:
Remove all 'before' include files.
|
|
|
|
|
| |
.zshrc:
Remove the sourcing of all 'before' files.
|
|
|
|
|
| |
.zsh.functions/overrides.zsh:
Add function to make git favor local files when doing completion.
|
|
|
|
|
| |
.zsh.before/noglob.zsh:
Remove disabling of shell globbing for git.
|
|
|
|
|
| |
.zsh.before/rm.zsh:
Remove unneeded nocorrect rm alias
|
|
|
|
|
| |
.zshrc:
Enable vi mode.
|
|
|
|
|
| |
.zsh.before/vi-mode.zsh:
Remove vi mode specific configuration.
|
|
|
|
|
| |
.zsh.after/export.zsh:
Add editor exports for vim.
|
|
|
|
|
| |
.zsh.before/path.zsh -> .zsh.after/path.zsh:
Move path definitions to 'after' location.
|
|
|
|
|
|
| |
.zsh.before/aliases.zsh:
Remove 'before' aliases (all aliases are now in
.zsh.after/aliases.zsh).
|
|
|
|
|
| |
.zsh.after/aliases.zsh:
Add global aliases to 'after' location.
|
|
|
|
|
| |
.zsh.functions/packaging.zsh:
Add some simple functions for nvchecker interaction.
|
|
|
|
|
| |
Remove loading of custom prompts in .zsh.prompts/* as they are very slow
and there are far better cross-shell alternatives such as starship.
|
|
|
|
|
| |
.zshrc:
Use starship for prompt if it is installed.
|
|
|
|
|
| |
.zsh.after/aliases.zsh:
Add convenience aliases for systemctl edit.
|
|
|
|
|
|
| |
.msmtprc:
The archlinux.org mail server does not support STARTTLS anymore, so
disable it and use port 465 by default.
|
|
|
|
|
| |
.config/sway/config:
Auto-move qjackctl based on window class.
|
|
|
|
|
|
| |
.caffrc:
Update configuration to be compatible with latest caff.
Add key 2AC0A42EFB0B5CBC7A0402ED4DC95B6D7BE9892E
|
|
|
|
|
|
| |
.msmtprc:
Add account for master-key.archlinux.org (and add it as the default
account so caff can use it).
|
|
|
|
|
| |
.notmuch-config:
Update configuration to be compatible with 0.32.0.
|
|
|
|
|
| |
.config/packages/extra.txt:
Add archinstall, erofs-utils, gsfonts, hunspell-en and libwebsockets.
|
|
|
|
|
| |
.config/nvchecker/core.toml:
Add mpfr.
|