aboutsummaryrefslogtreecommitdiffstats
path: root/.config
Commit message (Collapse)AuthorAgeFilesLines
* nvchecker: Add/remove for community repoDavid Runge2022-03-161-17/+113
| | | | | | | | | | | | .config/nvchecker/community.toml: Add aardvark-dns, cardinal, cni-plugins, containers-common_shortnames, lib32-pipewire, libusbsio, molecule-vagrant, netavark, python-argparse-addons, python-bincopy, python-click-option-group, python-cmsis-pack-manager, python-crcmod, python-deepmerge, python-fastjson, python-humanfriendly, python-milksnake, python-pdm, python-pdm-pep517, python-pylink-square, python-pyocd, python-pythonfinder, python-sly, qm-dsp, ruby-minitest-focus, simde. Remove giada, libquicktime, python-nose-progressive.
* zsh: Add alias for updating remote pacman sync dbDavid Runge2022-03-161-0/+3
| | | | | .config/zsh/includes/aliases.zsh: Add db-update as alias for updating the remote sync dbs.
* pkgs: Add cardinal-git to aurDavid Runge2022-03-161-0/+1
| | | | | .config/packages/aur.txt Add cardinal-git
* mbsync: Add systemd system service and timerDavid Runge2022-03-162-0/+43
| | | | | | | | | .config/systemd/system/mbsync@.service: Add a systemd system service that is supposed to rely on SetCredentialEncrypted to retrieve a given user's mails. .config/systemd/system/mbsync@.timer: Run the accompanying mbsync@.service every 5 minutes.
* pkgs: Add new-session-manager-git to aurDavid Runge2022-03-161-0/+1
| | | | | .config/packages/aur.txt: Add new-session-manager-git.
* zsh: Use system device for mpvDavid Runge2022-03-161-2/+2
| | | | | .config/zsh/includes/aliases.zsh: When targetting the JACK backend use the generic "system" device.
* fontconfig: Add hintingDavid Runge2022-03-091-0/+17
| | | | | | | .config/fontconfig/fonts.conf: Add hinting, lcdfilter. Set hintstyle to hintslight. Disable embeddedbitmap.
* alacritty: Switch to ttf-inputDavid Runge2022-03-091-4/+4
| | | | | .config/alacritty/alacritty.yml: Switch to InputMono and InputBold, provided by ttf-input.
* nvchecker: Add overpass-fonts to communityDavid Runge2022-03-091-0/+6
| | | | | .config/nvchecker/community.toml: Add entry for overpass-fonts to community.
* pkgs: Add packages to communityDavid Runge2022-03-091-0/+2
| | | | | .config/packages/community.txt: Add overpass-fonts and wlroots.
* pkgs: Add packagesDavid Runge2022-03-093-3/+28
| | | | | | | | | | | | | | | | | | .config/packages/aur.txt: Add jack-example-tools-git. .config/packages/community.txt: Add aardvark-dns, cardinal, csound-plugins, lib32-pipewire, libusbsio, netavark, python-argparse-addons, python-bincopy, python-click-option-group, python-cmsis-pack-manager, python-crcmod, python-deepmerge, python-fastjsonschema, python-humanfriendly, python-milksnake, python-pdm, python-pdm-pep517, python-pylink-square, python-pyocd, python-sly, python-spsdk, python-yaml, ruby-minitest-focus and simde. Remove giada, libquicktime, python-nose-progressive. .config/packages/extra.txt: Add gvfs, jack-example-tools.
* zsh: Remove old and unused aliasesDavid Runge2022-02-211-35/+0
| | | | | .config/zsh/includes/aliases.zsh: Remove old and unused aliases
* alacritty: 0.10.0 config compatibilityDavid Runge2022-01-251-17/+35
| | | | | .config/alacritty/alacritty.yml Update the configuration for 0.10.0 compatibility.
* nvchecker: change extra packagesDavid Runge2021-12-211-1/+11
| | | | | .config/nvchecker/extra.toml: Add libopenmpt and wireplumber
* nvchecker: Change core packagesDavid Runge2021-12-211-1/+1
| | | | | .config/nvchecker/core.toml: Change ncurses to track upstream download server.
* nvchecker: Sort alphabeticallyDavid Runge2021-12-211-37/+38
| | | | | | .config/nvchecker/community.toml: Sort entries alphaetically. Add include_regex for vamp-plugin-sdk.
* nvchecker: Change community packagesDavid Runge2021-12-211-20/+91
| | | | | | | | | | | | | | | .config/nvchecker/community.toml: Add bespokesynth, bitsery, cxxopts, function2, lib32-boost, maturin, openapi-diff, podman-compose, python-mistune1, stochas, tomlplusplus, tuning-library. Add exclude_regex for php-imagick Change regex for freepats-general-midi, as upstream changed tarball type. Change include_regex for kernelshark, as upstream changed tagging scheme. Change url for lib32-ncurses to upstream. Change source for vamp-plugin-sdk to new github upstream. Remove python-jinja_pluralize, wally-cli, wireplumber.
* pkgs: Change extra pkgsDavid Runge2021-12-211-0/+3
| | | | | .config/packages/extra.txt: Add libopenmpt, pipewire-media-session, wireplumber.
* pkgs: Change packages for communityDavid Runge2021-12-211-3/+28
| | | | | | | | | | | .config/packages/community.txt: Add bespokesynth, bitsery, cxxopts, function2, jupyter, jupyter-nbconvert, lib32-boost, lib32-ladspa, liblzf, m2r, maturin, milkytracker, molecule-vagrant, openapi-diff, pcbdraw, podman-compose, python-bowler, python-flasgger, python-mistune, python-mistune1, stochas, tomlplusplus, tuning-library, wails, xdg-desktop-portal-wlr, yabridge Remove python-jinja_pluralize, wally-cli, wireplumber.
* pkgs: Add bespokesynth-git to AURDavid Runge2021-12-211-0/+1
| | | | | .config/packages/aur.txt: Add bespokesynth-git to list of AUR packages.
* zsh: Add pyenv shims dir to PATHDavid Runge2021-12-211-1/+1
| | | | | .config/zsh/includes/path.zsh: If pyenv shim dir exists, add it to PATH.
* zsh: Add export for pyenvDavid Runge2021-12-211-0/+4
| | | | | .config/zsh/includes/export.zsh: Add export for pyenv to set its root dir to be XDG compliant.
* zsh: Set alias for less, modify mpvDavid Runge2021-12-211-2/+3
| | | | | | | | .config/zsh/includes/aliases.zsh: Set alias for less with default flags. Change alias for mpv to use cache by default and connect to a Fireface800 when using jack (should be done using wireplumber in the future).
* sway: Set firefox's sharing indicator to floatingDavid Runge2021-12-211-0/+1
| | | | | .config/sway/config: Set Firefox's sharing indicator window to be floating.
* pulseaudio: Add systemd user service for null sinkDavid Runge2021-11-241-0/+12
| | | | | .config/systemd/user/pulseaudio-null-sink@.service: Add templated user service to start a pulseaudio null sink.
* sway: Adapt config for systemd integrationDavid Runge2021-11-241-24/+22
| | | | | | | | | | | | | .config/sway/config: Set notify_mpd and set_volume commands specifically. Add keyboard input configuration. Add gaps. Allow multimedia keys also when screen is locked. Remove status bar (waybar is started via systemd user unit). Remove all execs (the are all started via systemd user units). Include per-host configuration from ~/.config/sway/config.d/ to not clutter the main configuration directory. Always start sway-session.target when starting sway.
* waybar: Modify CSSDavid Runge2021-11-241-1/+6
| | | | | | .config/waybar/style.css: Set hidden opacity to 0.0. Set bar to black when showing Firefox.
* environment: Add settings for waylandDavid Runge2021-11-241-0/+8
| | | | | .config/environment.d/envvars.conf Add environment variables for wayland.
* mpd: Add pipewire configuration for hmbxDavid Runge2021-11-241-0/+32
| | | | | .config/mpd/hmbx-pipewire.conf: Add a simple pipewire based configuration for hmbx.
* kanshi: Add systemd user serviceDavid Runge2021-11-241-0/+11
| | | | | .config/systemd/user/kanshi.service: Add systemd user service, that binds to sway-session.target.
* polkit-gnome: Add systemd user serviceDavid Runge2021-11-241-0/+10
| | | | | .config/systemd/user/polkit-gnome.service: Add systemd user service, that binds to graphical.target.
* lxpolkit: Add systemd user serviceDavid Runge2021-11-241-0/+10
| | | | | .config/systemd/user/lxpolkit.service: Add systemd user service that binds to graphical.target.
* sway: Add configuration for host hmbxDavid Runge2021-11-241-0/+5
| | | | | .config/sway/config.d/hmbx: Add configuration for host hmbx.
* mako: Add configurationDavid Runge2021-11-241-0/+1
| | | | | .config/mako/config: Add simple mako configuration to only show three items at a maximum.
* waybar: Add systemd user serviceDavid Runge2021-11-241-0/+12
| | | | | .config/systemd/user/waybar.service: Add systemd user service, that binds to sway-session.target.
* swayidle: Add systemd user serviceDavid Runge2021-11-241-0/+11
| | | | | .config/systemd/user/swayidle.service: Add systemd user service, that binds to sway-session.target.
* nextcloud-client: Add systemd user serviceDavid Runge2021-11-241-0/+12
| | | | | .config/systemd/user/nextcloud.service: Add systemd user service, that binds to sway-session.target.
* swayidle: Add configurationDavid Runge2021-11-241-0/+3
| | | | | | | | .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.
* waylock: Add configurationDavid Runge2021-11-241-0/+17
| | | | | .config/waylock/waylock.toml: Add simple first configuration to echo warning and set colors.
* wofi: Add configDavid Runge2021-11-241-0/+6
| | | | | .config/wofi/config: Add simple wofi config.
* sway: Add systemd user targetDavid Runge2021-11-241-0/+6
| | | | | .config/systemd/user/sway-session.target: Add sway-session.target to which other user services may be bound.
* starship: Add status outputDavid Runge2021-11-241-0/+3
| | | | | .config/starship.toml: Add status output for starship.
* Add nvim as editor wherever possibleDavid Runge2021-11-241-3/+3
| | | | | .config/zsh/includes/export.zsh: Change all relevant exports to use nvim instead of vim.
* starship: Add simple configDavid Runge2021-09-301-0/+9
| | | | | | .config/starship.toml: Add simple config to always show username and host and to truncate directories after eight components.
* mbsync: run notmuch lastDavid Runge2021-09-281-1/+1
| | | | | | .config/systemd/user/mbsync.service: Run notmuch after `mbsync2mutt_mailboxes` so that mailboxes.rc is always created after sync (even if notmuch fails).
* sway: switch to wofi as application launcherDavid Runge2021-09-281-1/+1
| | | | | .config/sway/config: Switch from rofi to wofi as application launcher.
* pkgs: community add/remove packagesDavid Runge2021-09-281-5/+34
| | | | | | | | | | | | | | .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.
* pkgs: extra add/remove packagesDavid Runge2021-09-281-1/+10
| | | | | | | .config/packages/extra.txt: Add audacious-plugins, fmt, jack2, linux-zen, mkinitcpio-archiso, nvidia, pipewire, squashfs-tools and webrtc-audio-processing. Remove jack.
* pkgs: core add linuxDavid Runge2021-09-281-0/+1
| | | | | .config/packages/core.txt: Add linux.
* pkgs: aur add/remove packagesDavid Runge2021-09-281-1/+3
| | | | | | .config/packages/aur.txt: Add jack, lib32-jack and mkinitcpio-archiso-git. Remove mellite.