aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* .config/packages-community.txt: Removing sylpheed. Adding sc3-plugins and osmid.David Runge2019-02-221-1/+2
|
* .config/packages-community.txt: Removing elyxer and lash (both moved to AUR).David Runge2019-02-211-2/+0
|
* .config/packages-community.txt: Removing csound-doc (split package with csound).David Runge2019-02-201-1/+0
|
* .config/packages-community.txt: Removing convolv2 (long superseeded by ↵David Runge2019-02-201-1/+0
| | | | x42-plugins).
* .config/packages-community.txt: Removing cinelerra-cv (now in AUR). Adding ↵David Runge2019-02-201-1/+1
| | | | python-mutagen.
* Merge branch 'master' of sleepmap.de:config/dotfilesDavid Runge2019-02-173-0/+16
|\ | | | | | | | | | | | | | | * 'master' of sleepmap.de:config/dotfiles: .gitignore: Adding .local/{bin,lib,share/virtualenvs}, .puppetlabs, .pyenv, .qutebrowser, .ssh/socket*, .vagrant*, .virtualenvs. .gitignore: Adding ~/.vim/untracked-settings.vim. .vimrc: Adding ~/.vim/untracked-settings.vim as a place to drop sensitive data needed for some plugins. .vim/addons.vim: Adding vim-jenkins.
| * .gitignore: Adding .local/{bin,lib,share/virtualenvs}, .puppetlabs, .pyenv, ↵David Runge2019-01-101-0/+9
| | | | | | | | .qutebrowser, .ssh/socket*, .vagrant*, .virtualenvs.
| * Merge branch 'master' of git.sleepmap.de:config/dotfilesDavid Runge2019-01-1010-45/+42
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of git.sleepmap.de:config/dotfiles: bin/backlight: Adding more thorough description. Adding better help printout. Only print help on -h. Print current brightness in percentage when not giving any parameter. bin/realtime-suggestions: Now upstreamed ( https://github.com/linuxaudio/realtime-suggestions ). bin/xorg_autolock: Removing useless script. .xprofile: Remove xorg_autolock (as it's causing a lot of trouble with screen suspend and killing of user environment on shutdown. bin/realtime-suggestions: Switching to info level for detection of audio group. bin/realtime-suggestions: Switching the kernel_config location to somewhere below /boot, if the default below /proc/config.gz was not found. Rewriting all kernel config checks to use a unified function kernel_config_has() and cmdline checks to use kernel_cmdline_has(). bin/realtime-suggestions: Changing check for policy directory in check_cpu_governor(), so that we fail if we don't at least find one policy dir. bin/realtime-suggestions: Guarding against non-existing cpufreq dir in /sys, when running check_cpu_governor(). Mentioning default value in check_max_user_watches(). bin/realtime-suggestions: Adding check for virtualization/containerization. .config/systemd/user/gpg-refresh.*: Adding local systemd user service for PGP key refresh. bin/realtime-suggestions: Fixing unitialized variable in message printout. bin/realtime-suggestions: Adding check for Linux kernel. bin/realtime-suggestions: Switching WARNING to CHANGE. Only checking for CONFIG_NO_HZ_{,COMMON,FULL}. bin/realtime-suggestions: Ignoring /boot mount points (it's very unlikely to use that for anything but boot stuff). bin/realtime-suggestions: Adding realtime-suggestions. .ssh/config: Using a ed25519 key for apu-access. .config/packages-community.txt: Adding eq10q and osc2midi. .xserverrc: Redirect output to a log file. .config/khal/config: Adding Nanni's personal calendar. .vdirsyncer/config: Adding nanni's personal calendar.
| * | .gitignore: Adding ~/.vim/untracked-settings.vim.David Runge2018-11-241-0/+1
| | |
| * | .vimrc: Adding ~/.vim/untracked-settings.vim as a place to drop sensitive ↵David Runge2018-11-241-0/+5
| | | | | | | | | | | | data needed for some plugins.
| * | .vim/addons.vim: Adding vim-jenkins.David Runge2018-11-241-0/+1
| | |
* | | .config/packages-community.txt: Adding calf, dgedit, mixxx, quodlibet, ↵David Runge2019-02-171-0/+6
| |/ |/| | | | | ruby-rugged and speakup-utils.
* | bin/backlight: Adding more thorough description. Adding better help ↵David Runge2019-01-011-4/+9
| | | | | | | | | | | | printout. Only print help on -h. Print current brightness in percentage when not giving any parameter.
* | bin/realtime-suggestions: Now upstreamed ( ↵David Runge2018-12-191-274/+0
| | | | | | | | https://github.com/linuxaudio/realtime-suggestions ).
* | bin/xorg_autolock: Removing useless script.David Runge2018-12-171-25/+0
| |
* | .xprofile: Remove xorg_autolock (as it's causing a lot of trouble with ↵David Runge2018-12-171-5/+0
| | | | | | | | screen suspend and killing of user environment on shutdown.
* | bin/realtime-suggestions: Switching to info level for detection of audio group.David Runge2018-12-091-2/+2
| |
* | bin/realtime-suggestions: Switching the kernel_config location to somewhere ↵David Runge2018-12-091-38/+67
| | | | | | | | | | | | below /boot, if the default below /proc/config.gz was not found. Rewriting all kernel config checks to use a unified function kernel_config_has() and cmdline checks to use kernel_cmdline_has().
* | bin/realtime-suggestions: Changing check for policy directory in ↵David Runge2018-12-091-3/+3
| | | | | | | | check_cpu_governor(), so that we fail if we don't at least find one policy dir.
* | bin/realtime-suggestions: Guarding against non-existing cpufreq dir in /sys, ↵David Runge2018-12-091-9/+14
| | | | | | | | | | | | when running check_cpu_governor(). Mentioning default value in check_max_user_watches().
* | bin/realtime-suggestions: Adding check for virtualization/containerization.David Runge2018-12-091-0/+16
| |
* | .config/systemd/user/gpg-refresh.*: Adding local systemd user service for ↵David Runge2018-12-082-0/+16
| | | | | | | | PGP key refresh.
* | Merge branch 'master' of git.sleepmap.de:config/dotfilesDavid Runge2018-12-081-0/+8
|\ \ | | | | | | | | | | | | * 'master' of git.sleepmap.de:config/dotfiles: bin/realtime-suggestions: Adding check for Linux kernel.
| * | bin/realtime-suggestions: Adding check for Linux kernel.David Runge2018-12-081-0/+8
| | |
* | | bin/realtime-suggestions: Fixing unitialized variable in message printout.David Runge2018-12-081-1/+1
|/ /
* | bin/realtime-suggestions: Switching WARNING to CHANGE. Only checking for ↵David Runge2018-12-061-28/+26
| | | | | | | | CONFIG_NO_HZ_{,COMMON,FULL}.
* | bin/realtime-suggestions: Ignoring /boot mount points (it's very unlikely to ↵David Runge2018-12-051-5/+7
| | | | | | | | use that for anything but boot stuff).
* | bin/realtime-suggestions: Adding realtime-suggestions.David Runge2018-12-051-0/+216
| |
* | .ssh/config: Using a ed25519 key for apu-access.David Runge2018-12-031-1/+1
| |
* | Merge branch 'master' of sleepmap.de:config/dotfilesDavid Runge2018-12-024-15/+75
|\| | | | | | | | | | | | | | | * 'master' of sleepmap.de:config/dotfiles: .ssh/config: Adding hosts apu-access, apu-serve, dvzrv. Fixing User name declaration. Fixing too unspecific ProxyCommand. .zsh.before/path.zsh: Adding pyenv python versions to path if available. .zsh.after/export.zsh: Expanding check for and setting of locale settings to very special whackOS settings. Exporting pipenv settings to expose them globally. Exporting TTY to GPG_TTY instead of calling tty everytime. .gitignore: Adding whackOS specific ignores.
| * .ssh/config: Adding hosts apu-access, apu-serve, dvzrv. Fixing User name ↵David Runge2018-11-241-7/+40
| | | | | | | | declaration. Fixing too unspecific ProxyCommand.
| * .zsh.before/path.zsh: Adding pyenv python versions to path if available.David Runge2018-11-241-4/+6
| |
| * Merge branch 'master' of git.sleepmap.de:config/dotfilesDavid Runge2018-11-2448-412/+558
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of git.sleepmap.de:config/dotfiles: (36 commits) .config/packages-community.txt: Adding pd-lua. .config/systemd/user/mpd@.service: Adding local override for mpd@ user service. Raising LimitRTPrio to 75, as some threads in mpd apparently require it. .config/jack/*: Changing all configurations for jack@ user service (as its layout has changed). .gitignore: Removing ignore of .config/systemd (time to add some local overrides). .config/packages-aur.txt: Removing ssr (now in [community]). .config/systemd/user/jack@.service: Adding a local jack@ user service, so no package is required. .config/packages-community.txt: Adding dragonfly-reverb, libmusicxml, ssr and wolf-shaper. .ncmpcpp/config: Switching to local visualizer fifo. Using visualizer_type ellipse. .zsh.after/aliases.zsh: Removing useless pacsearch overloading. bin/setup_screens: Fixing and simplifying various things with the help of shellcheck. Using a separate get_display function to retrieve DISPLAY. bin/xorg_autolock: Properly quoting variables. Abstracting lock_cmd. bin/xorg_lock: Properly quote variables. Rename variables for better readibility. .xprofile: Repaired with the help of shellcheck. .config/packages-community.txt: Adding marsyas. .config/packages-aur.txt: Removing gmsynth.lv2 (now in community). Adding librenms and patroneo-git. .config/packages-community.txt: Adding ams-lv2, beatslash-lv2, gmsynth.lv2, lib32-fluidsynth, lsp-plugins, lvtk, stk and removing ssmtp. bin/cs: Fixing script according to shellcheck. .config/packages-community.txt: Adding nextcloud-app-spreed. .vim/addons-settings.vim: Adding supercollider settings for split in tmux. .config/linuxsampler.org/Qsampler.conf: Remove, because it makes no sense in repo. ...
| * | .zsh.after/export.zsh: Expanding check for and setting of locale settings to ↵David Runge2018-11-241-4/+25
| | | | | | | | | | | | very special whackOS settings. Exporting pipenv settings to expose them globally. Exporting TTY to GPG_TTY instead of calling tty everytime.
| * | .gitignore: Adding whackOS specific ignores.David Runge2018-11-241-0/+4
| | |
* | | .config/packages-community.txt: Adding eq10q and osc2midi.David Runge2018-12-021-0/+2
| | |
* | | .xserverrc: Redirect output to a log file.David Runge2018-12-021-1/+1
| | |
* | | .config/khal/config: Adding Nanni's personal calendar.David Runge2018-12-021-8/+12
| | |
* | | .vdirsyncer/config: Adding nanni's personal calendar.David Runge2018-12-021-1/+1
| |/ |/|
* | .config/packages-community.txt: Adding pd-lua.David Runge2018-11-211-0/+1
| |
* | .config/systemd/user/mpd@.service: Adding local override for mpd@ user ↵David Runge2018-11-191-0/+12
| | | | | | | | service. Raising LimitRTPrio to 75, as some threads in mpd apparently require it.
* | .config/jack/*: Changing all configurations for jack@ user service (as its ↵David Runge2018-11-1916-161/+82
| | | | | | | | layout has changed).
* | .gitignore: Removing ignore of .config/systemd (time to add some local ↵David Runge2018-11-191-1/+0
| | | | | | | | overrides).
* | .config/packages-aur.txt: Removing ssr (now in [community]).David Runge2018-11-191-1/+0
| |
* | .config/systemd/user/jack@.service: Adding a local jack@ user service, so no ↵David Runge2018-11-191-0/+13
| | | | | | | | package is required.
* | .config/packages-community.txt: Adding dragonfly-reverb, libmusicxml, ssr ↵David Runge2018-11-191-0/+4
| | | | | | | | and wolf-shaper.
* | .ncmpcpp/config: Switching to local visualizer fifo. Using visualizer_type ↵David Runge2018-11-181-3/+3
| | | | | | | | ellipse.
* | .zsh.after/aliases.zsh: Removing useless pacsearch overloading.David Runge2018-11-171-1/+0
| |
* | bin/setup_screens: Fixing and simplifying various things with the help of ↵David Runge2018-11-171-30/+36
| | | | | | | | shellcheck. Using a separate get_display function to retrieve DISPLAY.
* | bin/xorg_autolock: Properly quoting variables. Abstracting lock_cmd.David Runge2018-11-171-5/+6
| |