From b69b7057415bbc805ba497d83daded588c5e778c Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 23 Jul 2020 20:37:46 +0200 Subject: Add packages .config/packages/aur.txt: Add mellite and sooperlooper. --- .config/packages/aur.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/packages/aur.txt b/.config/packages/aur.txt index b498f96..f239fbb 100644 --- a/.config/packages/aur.txt +++ b/.config/packages/aur.txt @@ -15,6 +15,7 @@ librenms linux-rt linux-rt-lts mantisbt +mellite nextcloud-news-updater patchbook-git patroneo-git @@ -26,6 +27,7 @@ realtime-suggestions roundcube-rcmcarddav rts-git sonic-pi-git +sooperlooper ssr-git ssr-osc-git supercollider-git -- cgit v1.2.3 From 1fe639ffcbb3b50c769e7666ed5a40fbdfadc0fd Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 23 Jul 2020 20:40:37 +0200 Subject: Add packages to [extra] .config/packages/extra.txt: Add archiso, edk2, gnu-efi, libid3tag. --- .config/packages/extra.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/packages/extra.txt b/.config/packages/extra.txt index 0229cfa..6eeb9cf 100644 --- a/.config/packages/extra.txt +++ b/.config/packages/extra.txt @@ -6,9 +6,11 @@ alsa-topology-conf alsa-ucm-conf alsa-utils apparmor +archiso audiofile brltty ddrescue +edk2 efibootmgr efitools efivar @@ -16,12 +18,14 @@ faac faad2 fftw fluidsynth +gnu-efi irqbalance jack ladspa libavtp libgit2 libgit2-glib +libid3tag libinstpatch libsamplerate libsndfile -- cgit v1.2.3 From 09b937db23c90437f01dee421204b73c468e6578 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 23 Jul 2020 20:44:52 +0200 Subject: Add packages to [community] .config/packages/community.txt: Add argodejo, cpptoml, gmm, ir.lv2, irker, jack_mixer, libwebsockets, mediathekview, murmur, muse, networkmanager-l2tp, new-session-manager, openapi-generator, oscpack, python-selinux, qm-dsp, ruby-vimrunner, vim-editorconfig and wireplumber. Removing python-nodeenv. --- .config/packages/community.txt | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.config/packages/community.txt b/.config/packages/community.txt index 3b42cb0..3590bbf 100644 --- a/.config/packages/community.txt +++ b/.config/packages/community.txt @@ -14,6 +14,7 @@ ams-lv2 amsynth anything-sync-daemon ardour +argodejo argtable artyfx aubio @@ -40,6 +41,7 @@ carla clthreads clxclient cmt +cpptoml csound csoundqt dbus-c++ @@ -80,6 +82,7 @@ ganv geonkick giada gigedit +gmm gmsynth.lv2 gpa grub-customizer @@ -98,11 +101,14 @@ hyperkitty icecast iempluginsuite infamousplugins +ir.lv2 +irker jaaa jack-stdio jack2 jack_capture jack_delay +jack_mixer jack_utils jackmeter jackminimix @@ -144,6 +150,7 @@ libopenshot-audio libquicktime librepcb libsmf +libwebsockets lilv linuxsampler liquidsfz @@ -160,6 +167,7 @@ marsyas matrix-appservice-irc mcp-plugins mda.lv2 +mediathekview mephisto.lv2 meterbridge midi_matrix.lv2 @@ -170,7 +178,11 @@ mkinitcpio-systemd-tool molecule moony.lv2 mumble +murmur +muse mxml +networkmanager-l2tp +new-session-manager nextcloud-app-deck nextcloud-app-news nextcloud-app-spreed @@ -185,8 +197,10 @@ non-daw non-sequencer ntk octofile +openapi-generator openshot osc2midi +oscpack osmid padthv1 patchage @@ -282,7 +296,6 @@ python-micawber python-mujson python-mutagen python-natsort -python-nodeenv python-nose-progressive python-nose2 python-openid @@ -317,6 +330,7 @@ python-rcssmin python-rjsmin python-robot-detection python-schedutils +python-selinux python-senf python-smmap python-sphinx-argparse @@ -342,6 +356,7 @@ python-zopfli qastools qcustomplot qjackctl +qm-dsp qmidiarp qmidictl qmidinet @@ -369,6 +384,7 @@ ruby-json ruby-rugged ruby-test_declarative ruby-tzinfo +ruby-vimrunner ruby-zeitwerk samplv1 sc3-plugins @@ -418,11 +434,13 @@ vico vim-ansible vim-coverage-highlight vim-csound +vim-editorconfig vm.lv2 vmpk waf wah-plugins wiiuse +wireplumber wolf-shaper wolf-spectrum x42-plugins -- cgit v1.2.3 From 920a88b8d0d6b3e64c75ab1a095a816f39b21e7e Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 24 Jul 2020 07:17:14 +0200 Subject: Add application rule .config/sway/config: Add application rule for qsynth to make it floating and move to a specific container. --- .config/sway/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index e2ac511..708db00 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -226,6 +226,8 @@ for_window [class="Hydrogen"] move container to workspace 4 for_window [class="Yoshimi"] move container to workspace 4 for_window [class="Zynaddsubfx"] move container to workspace 4 for_window [class="MediaElch"] move container to workspace 6 +for_window [class="Qsynth"] move container to workspace 4 +for_window [class="Qsynth"] floating enable for_window [app_id="ghb"] move container to workspace 7 for_window [app_id="shotwell"] move container to workspace 8 for_window [app_id="qjackctl"] move container to workspace 4 -- cgit v1.2.3 From 21990e065442fdeba12a462bed34ae041f967238 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 24 Jul 2020 07:18:28 +0200 Subject: Update configuration .config/psd/psd.conf: Update configuration to latest upstream specification. --- .config/psd/psd.conf | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/.config/psd/psd.conf b/.config/psd/psd.conf index 76f8dae..44d0f30 100644 --- a/.config/psd/psd.conf +++ b/.config/psd/psd.conf @@ -1,7 +1,7 @@ # -# $XDG_HOME_CONFIG/psd/psd.conf +# $XDG_CONFIG_HOME/psd/psd.conf # -# For documentation, refer to the psd man page or the wiki page +# For documentation, refer man 1 psd or to the wiki page # https://wiki.archlinux.org/index.php/Profile-sync-daemon ## NOTE the following: @@ -14,15 +14,21 @@ # #USE_OVERLAYFS="no" -# List browsers separated by spaces to include in the sync. Useful if you do not -# wish to have all possible browser profiles sync'ed which is the default if -# this variable is left commented. +# Uncomment and set to "yes" to resync on suspend to reduce potential data loss. +# Note that your system MUST have gdbus from glib2 installed to use this mode. +# +#USE_SUSPSYNC="no" + +# List any browsers in the array below to have managed by psd. Useful if you do +# not wish to have all possible browser profiles managed which is the default if +# this array is left commented. # # Possible values: # chromium # chromium-dev # conkeror.mozdev.org # epiphany +# falkon # firefox # firefox-trunk # google-chrome @@ -47,7 +53,7 @@ # vivaldi # vivaldi-snapshot # -BROWSERS="firefox chromium qutebrowser" +BROWSERS=('firefox' 'chromium' 'qutebrowser') # Uncomment and set to "no" to completely disable the crash recovery feature. # @@ -56,3 +62,9 @@ BROWSERS="firefox chromium qutebrowser" # dead, etc. Some users keep very diligent backups and don't care to have this # feature enabled. #USE_BACKUPS="yes" + +# Uncomment and set to an integer that is the maximum number of crash recovery +# snapshots to keep (the oldest ones are delete first). +# +# The default is to save the most recent 5 crash recovery snapshots. +#BACKUP_LIMIT=5 -- cgit v1.2.3 From a10832a4ec75dc3844df1ea4b1bbeceb2e4b63c4 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 24 Jul 2020 07:22:25 +0200 Subject: Add supported extension to ex and lstar .zsh.after/functions.zsh: Add .whl (Python wheel) as supported extension for the ex() and lstar() functions. --- .zsh.after/functions.zsh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zsh.after/functions.zsh b/.zsh.after/functions.zsh index e00cc6c..08ede74 100644 --- a/.zsh.after/functions.zsh +++ b/.zsh.after/functions.zsh @@ -167,6 +167,9 @@ ex() { *.tgz) tar xvzf $1 ;; + *.whl) + unzip "$1" + ;; *.xz) tar xvJf $1 ;; @@ -230,6 +233,9 @@ lstar() { *.tgz) tar -tvf "$1" --force-local ;; + *.whl) + unzip -l "$1" + ;; *.xz) tar -Jtvf "$1" --force-local ;; -- cgit v1.2.3 From 2a7d9c1d4d533016f7bfda1271d344d4bd38eca4 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 24 Jul 2020 07:24:51 +0200 Subject: Add cargo bin to PATH .zsh.before/path.zsh: If .cargo/bin exists, add it to PATH. --- .zsh.before/path.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zsh.before/path.zsh b/.zsh.before/path.zsh index 4db5668..21e36e6 100644 --- a/.zsh.before/path.zsh +++ b/.zsh.before/path.zsh @@ -1,3 +1,5 @@ +# cargo +[ -d "${HOME}/.cargo/bin" ] && PATH="${HOME}/.cargo/bin:${PATH}" # pyenv [ -d "${HOME}/.local/bin" ] && PATH="${HOME}/.local/bin:${PATH}" [ -d "${HOME}/.pyenv/shims" ] && PATH="${HOME}/.pyenv/shims:${PATH}" -- cgit v1.2.3 From 361336599d3fa548b0170d42ca5a8ee61221eaa0 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 24 Jul 2020 07:28:39 +0200 Subject: Remove unused presets .amSynth.presets: Remove unused presets for amsynth --- .amSynth.presets | 964 ------------------------------------------------------- 1 file changed, 964 deletions(-) delete mode 100644 .amSynth.presets diff --git a/.amSynth.presets b/.amSynth.presets deleted file mode 100644 index f852b10..0000000 --- a/.amSynth.presets +++ /dev/null @@ -1,964 +0,0 @@ -amSynth - Derren 1 - amp_attack 0.15 - amp_decay 0.74009 - amp_sustain 0.211222 - amp_release 0.111362 - osc1_waveform 1 - filter_attack 6.95688e-09 - filter_decay 1.1006 - filter_sustain 0.232886 - filter_release 0.33064 - filter_resonance 0.917114 - filter_env_amount 10.5934 - filter_cutoff -0.358078 - osc2_detune 0 - osc2_waveform 1 - master_vol 0.5229 - lfo_freq 0.808204 - lfo_waveform 0 - osc2_range -1 - osc_mix 0.20171 - freq_mod_amount 0.251984 - filter_mod_amount -0.228579 - amp_mod_amount -0.416837 - osc_mix_mode 0 - osc1_pulsewidth 0.287752 - osc2_pulsewidth 0.59915 - reverb_roomsize 0.339957 - reverb_damp 0.177191 - reverb_wet 0.32997 - reverb_width 0.979909 - distortion_crunch 2.50448e-09 - osc2_sync 1 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 - Synth Strings 1 - amp_attack 0.960411 - amp_decay 0.02 - amp_sustain 1 - amp_release 1 - osc1_waveform 2 - filter_attack 0.0195569 - filter_decay 0.02 - filter_sustain 1 - filter_release 1.05095 - filter_resonance 0.594336 - filter_env_amount 0 - filter_cutoff 0.851124 - osc2_detune 0.011899 - osc2_waveform 2 - master_vol 0.955268 - lfo_freq 2.38653 - lfo_waveform 0 - osc2_range 0 - osc_mix 0.0127277 - freq_mod_amount 0 - filter_mod_amount -0.86315 - amp_mod_amount -0.993575 - osc_mix_mode 0 - osc1_pulsewidth 0.788778 - osc2_pulsewidth 0.83 - reverb_roomsize 0.675502 - reverb_damp 0.00193077 - reverb_wet 0.0824253 - reverb_width 0.477634 - distortion_crunch 2.50448e-09 - osc2_sync 0 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 - Violin 1 - amp_attack 0.391711 - amp_decay 0.11 - amp_sustain 0.85 - amp_release 0.15 - osc1_waveform 2 - filter_attack 0.511366 - filter_decay 0.02 - filter_sustain 0.707847 - filter_release 0.3 - filter_resonance 0.530301 - filter_env_amount 8.63406 - filter_cutoff 0.736762 - osc2_detune 6.70552e-07 - osc2_waveform 2 - master_vol 1 - lfo_freq 2.25779 - lfo_waveform 0 - osc2_range 1 - osc_mix -0.277557 - freq_mod_amount 0.207631 - filter_mod_amount -1 - amp_mod_amount -1 - osc_mix_mode 0 - osc1_pulsewidth 0.954063 - osc2_pulsewidth 0.682296 - reverb_roomsize 0 - reverb_damp 0 - reverb_wet 0 - reverb_width 0 - distortion_crunch 1.49012e-08 - osc2_sync 0 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 - Sweet Bass - amp_attack 0.0591818 - amp_decay 0.350065 - amp_sustain 0.5 - amp_release 0.868007 - osc1_waveform 2 - filter_attack 0 - filter_decay 1.36265 - filter_sustain 2.78275e-09 - filter_release 1.04671 - filter_resonance 0.897859 - filter_env_amount 16 - filter_cutoff 0.271993 - osc2_detune 0 - osc2_waveform 1 - master_vol 0.603862 - lfo_freq 1.76685 - lfo_waveform 1 - osc2_range -1 - osc_mix -0.447776 - freq_mod_amount 0 - filter_mod_amount 0.4229 - amp_mod_amount -1 - osc_mix_mode 0 - osc1_pulsewidth 0.451552 - osc2_pulsewidth 0.0784359 - reverb_roomsize 0.62 - reverb_damp 0.571492 - reverb_wet 0.5 - reverb_width 0.994642 - distortion_crunch 0.02 - osc2_sync 0 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 - Formant Synth Lead - amp_attack 0.465953 - amp_decay 0.282384 - amp_sustain 2.78275e-09 - amp_release 0.322351 - osc1_waveform 2 - filter_attack 0.383031 - filter_decay 1.33222 - filter_sustain 2.78275e-09 - filter_release 1.0589 - filter_resonance 0.893929 - filter_env_amount 16 - filter_cutoff -0.265736 - osc2_detune 0.0615489 - osc2_waveform 2 - master_vol 1 - lfo_freq 0.864093 - lfo_waveform 2 - osc2_range 1 - osc_mix 0 - freq_mod_amount 0 - filter_mod_amount -0.46097 - amp_mod_amount -1 - osc_mix_mode 0 - osc1_pulsewidth 1 - osc2_pulsewidth 1 - reverb_roomsize 0.741581 - reverb_damp 0.557009 - reverb_wet 0.078985 - reverb_width 1 - distortion_crunch 0 - osc2_sync 1 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 - Caves - amp_attack 1.67792 - amp_decay 0.25158 - amp_sustain 0.930628 - amp_release 2.13689 - osc1_waveform 2 - filter_attack 1.20148 - filter_decay 1.88466 - filter_sustain 0.629477 - filter_release 0.743643 - filter_resonance 0.522167 - filter_env_amount 8.74291 - filter_cutoff 0.894262 - osc2_detune 0.273525 - osc2_waveform 4 - master_vol 1 - lfo_freq 7.41958 - lfo_waveform 4 - osc2_range 0 - osc_mix -0.238359 - freq_mod_amount 0 - filter_mod_amount 0.932784 - amp_mod_amount -1 - osc_mix_mode 0 - osc1_pulsewidth 0.63605 - osc2_pulsewidth 0.694407 - reverb_roomsize 0.943169 - reverb_damp 0.767595 - reverb_wet 0.566246 - reverb_width 0.689255 - distortion_crunch 0.619883 - osc2_sync 0 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 - Xylophone - amp_attack 0 - amp_decay 0.529803 - amp_sustain 2.78275e-09 - amp_release 0.52916 - osc1_waveform 0 - filter_attack 0 - filter_decay 0.536456 - filter_sustain 2.78275e-09 - filter_release 0.53 - filter_resonance 2.78275e-09 - filter_env_amount 9.23726 - filter_cutoff -0.353677 - osc2_detune 0 - osc2_waveform 0 - master_vol 1 - lfo_freq 0 - lfo_waveform 0 - osc2_range 2 - osc_mix 1 - freq_mod_amount 0 - filter_mod_amount -1 - amp_mod_amount -1 - osc_mix_mode 0 - osc1_pulsewidth 0.469297 - osc2_pulsewidth 0.531541 - reverb_roomsize 0.0457566 - reverb_damp 0.150639 - reverb_wet 0.179853 - reverb_width 0.951605 - distortion_crunch 0 - osc2_sync 0 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 - Electric Organ 1 - amp_attack 0.17 - amp_decay 0 - amp_sustain 1 - amp_release 0.17 - osc1_waveform 1 - filter_attack 0 - filter_decay 0 - filter_sustain 1 - filter_release 0 - filter_resonance 0.464052 - filter_env_amount 0 - filter_cutoff 0.324272 - osc2_detune 0.01 - osc2_waveform 0 - master_vol 0.92 - lfo_freq 1.0773 - lfo_waveform 2 - osc2_range 0 - osc_mix 0.0246093 - freq_mod_amount 0 - filter_mod_amount -0.874988 - amp_mod_amount -1 - osc_mix_mode 0 - osc1_pulsewidth 2.78275e-09 - osc2_pulsewidth 0 - reverb_roomsize 0.660043 - reverb_damp 0 - reverb_wet 0.0205412 - reverb_width 0.991763 - distortion_crunch 1.49012e-08 - osc2_sync 0 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 - Church Organ - amp_attack 0.17 - amp_decay 0 - amp_sustain 1 - amp_release 0.17 - osc1_waveform 1 - filter_attack 0 - filter_decay 0 - filter_sustain 1 - filter_release 0 - filter_resonance 0.427329 - filter_env_amount 0 - filter_cutoff 0.603278 - osc2_detune 0.04 - osc2_waveform 0 - master_vol 0.546404 - lfo_freq 1.04254 - lfo_waveform 2 - osc2_range -1 - osc_mix 0.0246093 - freq_mod_amount 0.01 - filter_mod_amount -1 - amp_mod_amount -0.764157 - osc_mix_mode 0 - osc1_pulsewidth 0.785879 - osc2_pulsewidth 0 - reverb_roomsize 0.785879 - reverb_damp 1 - reverb_wet 0.115122 - reverb_width 0.972108 - distortion_crunch 0 - osc2_sync 0 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 - Reed Organ - amp_attack 0.17 - amp_decay 0 - amp_sustain 1 - amp_release 0.17 - osc1_waveform 1 - filter_attack 0 - filter_decay 0 - filter_sustain 1 - filter_release 0 - filter_resonance 0.763715 - filter_env_amount 0 - filter_cutoff 0.706986 - osc2_detune 0.04 - osc2_waveform 0 - master_vol 0.546404 - lfo_freq 1.04254 - lfo_waveform 2 - osc2_range -1 - osc_mix 0.0246093 - freq_mod_amount 0.01 - filter_mod_amount -1 - amp_mod_amount -0.764157 - osc_mix_mode 0 - osc1_pulsewidth 0.785879 - osc2_pulsewidth 0 - reverb_roomsize 0.785879 - reverb_damp 1 - reverb_wet 0.115122 - reverb_width 0.972108 - distortion_crunch 0 - osc2_sync 0 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 - Sexy Boy - amp_attack 0.01 - amp_decay 1.92115 - amp_sustain 2.78275e-09 - amp_release 0.39645 - osc1_waveform 2 - filter_attack 6.95688e-09 - filter_decay 1.94992 - filter_sustain 2.78275e-09 - filter_release 0.964041 - filter_resonance 0.878329 - filter_env_amount 16 - filter_cutoff -0.329533 - osc2_detune 0 - osc2_waveform 1 - master_vol 0.54167 - lfo_freq 1.7625 - lfo_waveform 1 - osc2_range -1 - osc_mix -0.447776 - freq_mod_amount 0 - filter_mod_amount -1 - amp_mod_amount -1 - osc_mix_mode 0 - osc1_pulsewidth 0.451552 - osc2_pulsewidth 0.0784359 - reverb_roomsize 0.628866 - reverb_damp 0.35 - reverb_wet 0.343417 - reverb_width 1 - distortion_crunch 0 - osc2_sync 0 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 - Flangey Bass 1 - amp_attack 0.148853 - amp_decay 0.918287 - amp_sustain 0.610371 - amp_release 0.313828 - osc1_waveform 1 - filter_attack 0.536656 - filter_decay 0.811711 - filter_sustain 2.78275e-09 - filter_release 0.51 - filter_resonance 0.814662 - filter_env_amount 16 - filter_cutoff 0.420799 - osc2_detune 0.0500005 - osc2_waveform 1 - master_vol 1 - lfo_freq 2.08707e-08 - lfo_waveform 0 - osc2_range 0 - osc_mix 0.109264 - freq_mod_amount 0 - filter_mod_amount -1 - amp_mod_amount -1 - osc_mix_mode 0 - osc1_pulsewidth 0 - osc2_pulsewidth 0 - reverb_roomsize 0.857009 - reverb_damp 0.919699 - reverb_wet 0.11453 - reverb_width 0.980541 - distortion_crunch 0 - osc2_sync 0 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 - My Friend - amp_attack 0.17 - amp_decay 0 - amp_sustain 1 - amp_release 0.412571 - osc1_waveform 1 - filter_attack 0 - filter_decay 0 - filter_sustain 1 - filter_release 0 - filter_resonance 0.544135 - filter_env_amount 0 - filter_cutoff 0.440235 - osc2_detune -0.00763828 - osc2_waveform 2 - master_vol 0.504732 - lfo_freq 1.0773 - lfo_waveform 2 - osc2_range 0 - osc_mix 0.752224 - freq_mod_amount 0 - filter_mod_amount -0.874988 - amp_mod_amount -1 - osc_mix_mode 0 - osc1_pulsewidth 0.93233 - osc2_pulsewidth 2.78275e-09 - reverb_roomsize 0.660043 - reverb_damp 0 - reverb_wet 0.0166401 - reverb_width 0.991763 - distortion_crunch 2.50448e-09 - osc2_sync 0 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 - Lazy Moon Lead - amp_attack 0 - amp_decay 0.64 - amp_sustain 0.944545 - amp_release 0.58 - osc1_waveform 2 - filter_attack 0.19 - filter_decay 0.721678 - filter_sustain 2.78275e-09 - filter_release 0.493298 - filter_resonance 0.61918 - filter_env_amount 11.6103 - filter_cutoff 0.386277 - osc2_detune 0 - osc2_waveform 2 - master_vol 0.421929 - lfo_freq 2.08707e-08 - lfo_waveform 2 - osc2_range 0 - osc_mix 0.0784552 - freq_mod_amount 3.50605e-09 - filter_mod_amount -1 - amp_mod_amount -1 - osc_mix_mode 0 - osc1_pulsewidth 0.95 - osc2_pulsewidth 0.913866 - reverb_roomsize 0.511921 - reverb_damp 0 - reverb_wet 2.78275e-09 - reverb_width 0 - distortion_crunch 0 - osc2_sync 0 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 - BubbleBath - amp_attack 0.594498 - amp_decay 0.377137 - amp_sustain 2.78275e-09 - amp_release 0.423647 - osc1_waveform 2 - filter_attack 0.621376 - filter_decay 6.95688e-09 - filter_sustain 1 - filter_release 0.425709 - filter_resonance 0.935028 - filter_env_amount 16 - filter_cutoff -0.2 - osc2_detune 0.01 - osc2_waveform 1 - master_vol 0.470001 - lfo_freq 0 - lfo_waveform 0 - osc2_range 0 - osc_mix -0.103494 - freq_mod_amount 0 - filter_mod_amount -1 - amp_mod_amount -1 - osc_mix_mode 0 - osc1_pulsewidth 1 - osc2_pulsewidth 0.947062 - reverb_roomsize 0.618459 - reverb_damp 0 - reverb_wet 0.214121 - reverb_width 1 - distortion_crunch 0 - osc2_sync 0 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 - Cosmonic - amp_attack 1.18408 - amp_decay 0.840999 - amp_sustain 0.139107 - amp_release 1.05476 - osc1_waveform 4 - filter_attack 1.24032 - filter_decay 0.767937 - filter_sustain 0.0471062 - filter_release 0.883595 - filter_resonance 0.636697 - filter_env_amount 3.66455 - filter_cutoff 0.639928 - osc2_detune -0.513336 - osc2_waveform 2 - master_vol 1 - lfo_freq 4.61906 - lfo_waveform 0 - osc2_range 2 - osc_mix 0.770227 - freq_mod_amount 1.07907 - filter_mod_amount 0.996136 - amp_mod_amount -0.967442 - osc_mix_mode 0 - osc1_pulsewidth 0.442048 - osc2_pulsewidth 0.729531 - reverb_roomsize 0.106133 - reverb_damp 0.532089 - reverb_wet 0.436212 - reverb_width 0.00140755 - distortion_crunch 0.387434 - osc2_sync 0 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 - Cosmonic 2 - amp_attack 1.18408 - amp_decay 0.840999 - amp_sustain 0.139107 - amp_release 1.05476 - osc1_waveform 4 - filter_attack 1.24032 - filter_decay 0.767937 - filter_sustain 0.0471062 - filter_release 0.883595 - filter_resonance 0.604765 - filter_env_amount 6.5832 - filter_cutoff 0.639928 - osc2_detune 0.9 - osc2_waveform 2 - master_vol 1 - lfo_freq 5.84977 - lfo_waveform 0 - osc2_range 2 - osc_mix 0.6 - freq_mod_amount 1.13501 - filter_mod_amount 0.996136 - amp_mod_amount 0.918175 - osc_mix_mode 0 - osc1_pulsewidth 0.4352 - osc2_pulsewidth 0.628866 - reverb_roomsize 0.106133 - reverb_damp 0.532089 - reverb_wet 0.754765 - reverb_width 0.554632 - distortion_crunch 0.366566 - osc2_sync 0 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 - Deeck - amp_attack 0.252126 - amp_decay 0.934375 - amp_sustain 0.467114 - amp_release 0 - osc1_waveform 0 - filter_attack 0.616969 - filter_decay 1.30008 - filter_sustain 0.574163 - filter_release 0.25626 - filter_resonance 0.877329 - filter_env_amount 11.6666 - filter_cutoff -0.310832 - osc2_detune -0.584729 - osc2_waveform 2 - master_vol 1 - lfo_freq 0.474773 - lfo_waveform 0 - osc2_range 1 - osc_mix 0 - freq_mod_amount 0.121945 - filter_mod_amount 0.106303 - amp_mod_amount -0.0200853 - osc_mix_mode 1 - osc1_pulsewidth 0.181575 - osc2_pulsewidth 0.863419 - reverb_roomsize 0.850228 - reverb_damp 0.783434 - reverb_wet 0.244986 - reverb_width 0.343841 - distortion_crunch 0.153213 - osc2_sync 1 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 - Encounter - amp_attack 0.158258 - amp_decay 0.693322 - amp_sustain 0.186849 - amp_release 0.918287 - osc1_waveform 1 - filter_attack 1.20859 - filter_decay 1.14779 - filter_sustain 0.442991 - filter_release 1.30938 - filter_resonance 0.145799 - filter_env_amount 9.4168 - filter_cutoff 0.237552 - osc2_detune 0.0131663 - osc2_waveform 0 - master_vol 1 - lfo_freq 2.27409 - lfo_waveform 2 - osc2_range 0 - osc_mix 0 - freq_mod_amount 0.0896232 - filter_mod_amount 0.13704 - amp_mod_amount -0.5525 - osc_mix_mode 1 - osc1_pulsewidth 0.4729 - osc2_pulsewidth 0.408157 - reverb_roomsize 0.50707 - reverb_damp 0.530301 - reverb_wet 0.470846 - reverb_width 0.492365 - distortion_crunch 2.78275e-09 - osc2_sync 0 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 - Glassic - amp_attack 0.161656 - amp_decay 0 - amp_sustain 1 - amp_release 0 - osc1_waveform 0 - filter_attack 0.946797 - filter_decay 0.7916 - filter_sustain 0.58855 - filter_release 1.01752 - filter_resonance 0.306685 - filter_env_amount 12.1724 - filter_cutoff 0.795467 - osc2_detune 0 - osc2_waveform 2 - master_vol 1 - lfo_freq 0 - lfo_waveform 0 - osc2_range 2 - osc_mix 0.102814 - freq_mod_amount 0 - filter_mod_amount -1 - amp_mod_amount -1 - osc_mix_mode 0 - osc1_pulsewidth 0.59915 - osc2_pulsewidth 0.341702 - reverb_roomsize 0 - reverb_damp 0 - reverb_wet 0 - reverb_width 0 - distortion_crunch 0 - osc2_sync 0 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 - Periodic Junk - amp_attack 1.10748 - amp_decay 1.3855 - amp_sustain 0.549145 - amp_release 0.70646 - osc1_waveform 2 - filter_attack 1.22195 - filter_decay 0.77421 - filter_sustain 0.280759 - filter_release 0.758031 - filter_resonance 0.836285 - filter_env_amount 1.90376 - filter_cutoff 0.0692091 - osc2_detune 0.3 - osc2_waveform 0 - master_vol 1 - lfo_freq 2.03427 - lfo_waveform 0 - osc2_range -1 - osc_mix -0.0200853 - freq_mod_amount 0.167045 - filter_mod_amount -0.506425 - amp_mod_amount 0.506425 - osc_mix_mode 0 - osc1_pulsewidth 0.427329 - osc2_pulsewidth 0.328866 - reverb_roomsize 0.58855 - reverb_damp 0.267416 - reverb_wet 0.451766 - reverb_width 0.608731 - distortion_crunch 0.108641 - osc2_sync 1 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 - Soft Simple - amp_attack 1.15929 - amp_decay 1.38035 - amp_sustain 0.563645 - amp_release 1.58834 - osc1_waveform 1 - filter_attack 1.20859 - filter_decay 1.14779 - filter_sustain 0.442991 - filter_release 1.30938 - filter_resonance 0.140851 - filter_env_amount 9.05594 - filter_cutoff 0.261013 - osc2_detune 0.068699 - osc2_waveform 1 - master_vol 1 - lfo_freq 3.8295 - lfo_waveform 2 - osc2_range 0 - osc_mix 0 - freq_mod_amount 0.120685 - filter_mod_amount -0.65618 - amp_mod_amount 0 - osc_mix_mode 1 - osc1_pulsewidth 0.519687 - osc2_pulsewidth 0.408157 - reverb_roomsize 0.50707 - reverb_damp 0.530301 - reverb_wet 0.470846 - reverb_width 0.492365 - distortion_crunch 0.129875 - osc2_sync 0 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 - Vibratio - amp_attack 0.158258 - amp_decay 0.693322 - amp_sustain 0.186849 - amp_release 0.918287 - osc1_waveform 1 - filter_attack 1.20859 - filter_decay 1.14779 - filter_sustain 0.442991 - filter_release 1.30938 - filter_resonance 0.91664 - filter_env_amount 15.3795 - filter_cutoff 0.237552 - osc2_detune -0.0173503 - osc2_waveform 0 - master_vol 1 - lfo_freq 0.640491 - lfo_waveform 2 - osc2_range 0 - osc_mix 0.44025 - freq_mod_amount 0.0719041 - filter_mod_amount 0.13704 - amp_mod_amount -0.1229 - osc_mix_mode 1 - osc1_pulsewidth 0.4729 - osc2_pulsewidth 0.509088 - reverb_roomsize 0.50707 - reverb_damp 0.530301 - reverb_wet 0.470846 - reverb_width 0.492365 - distortion_crunch 2.78275e-09 - osc2_sync 0 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 - Wave - amp_attack 0.752137 - amp_decay 0.898853 - amp_sustain 0.354657 - amp_release 1.27075 - osc1_waveform 3 - filter_attack 0.875 - filter_decay 0.831713 - filter_sustain 0.5 - filter_release 1.81195 - filter_resonance 0.431791 - filter_env_amount 0.150695 - filter_cutoff 0.581686 - osc2_detune -0.133221 - osc2_waveform 2 - master_vol 1 - lfo_freq 0.40993 - lfo_waveform 0 - osc2_range 2 - osc_mix 0.358308 - freq_mod_amount 0.273799 - filter_mod_amount -0.15975 - amp_mod_amount -0.320085 - osc_mix_mode 1 - osc1_pulsewidth 0.486381 - osc2_pulsewidth 0.300855 - reverb_roomsize 0.779973 - reverb_damp 0.553151 - reverb_wet 0.0280135 - reverb_width 0.430614 - distortion_crunch 0.0534721 - osc2_sync 0 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 - Artic - amp_attack 0.576081 - amp_decay 1.19447 - amp_sustain 0.316166 - amp_release 2.06007 - osc1_waveform 0 - filter_attack 1.2606 - filter_decay 2.49172 - filter_sustain 0.966529 - filter_release 0.804126 - filter_resonance 0.157868 - filter_env_amount 10.5769 - filter_cutoff -0.393938 - osc2_detune -0.171913 - osc2_waveform 2 - master_vol 1 - lfo_freq 1.3676 - lfo_waveform 2 - osc2_range 1 - osc_mix 0.88311 - freq_mod_amount 0.226119 - filter_mod_amount -0.127432 - amp_mod_amount 0.293271 - osc_mix_mode 1 - osc1_pulsewidth 0.565404 - osc2_pulsewidth 0.39667 - reverb_roomsize 0.995892 - reverb_damp 0.966247 - reverb_wet 0.388953 - reverb_width 0.19668 - distortion_crunch 0.0186385 - osc2_sync 1 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 - Dirty Pulsating Bass - amp_attack 0.177835 - amp_decay 0 - amp_sustain 1 - amp_release 0.313499 - osc1_waveform 1 - filter_attack 0.9584 - filter_decay 0 - filter_sustain 1 - filter_release 0.383031 - filter_resonance 0.790223 - filter_env_amount -0.60913 - filter_cutoff 0.7246 - osc2_detune -0.985579 - osc2_waveform 1 - master_vol 0.551537 - lfo_freq 2.94987 - lfo_waveform 0 - osc2_range -1 - osc_mix 0.342268 - freq_mod_amount 3.50605e-09 - filter_mod_amount -0.014684 - amp_mod_amount 0.303265 - osc_mix_mode 0 - osc1_pulsewidth 0.673177 - osc2_pulsewidth 2.78275e-09 - reverb_roomsize 0.0544407 - reverb_damp 0.975315 - reverb_wet 2.78275e-09 - reverb_width 2.78275e-09 - distortion_crunch 0.310438 - osc2_sync 0 - portamento_time 0 - keyboard_mode 0 - osc2_pitch 0 - filter_type 0 - filter_slope 1 -EOF -- cgit v1.2.3 From 7fb9e887fd418f832829b1bdad408f39ba562955 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 26 Jul 2020 13:19:55 +0200 Subject: Replace use of hostname with internal .zsh.after/hostspecific.zsh: Replace the use of `hostname` with the internal HOST variable. --- .zsh.after/hostspecific.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh.after/hostspecific.zsh b/.zsh.after/hostspecific.zsh index 10c0eb0..20d569b 100644 --- a/.zsh.after/hostspecific.zsh +++ b/.zsh.after/hostspecific.zsh @@ -1,4 +1,4 @@ -case $(hostname) in +case "${HOST}" in s4|s5|c{1,2}*) . $HOME/.zsh.after/apt . $HOME/.zsh.after/unixpool -- cgit v1.2.3 From 624c19b1c692363ba9845bcbb7fd45fc783d63f4 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 26 Jul 2020 13:22:19 +0200 Subject: Add local tmux systemd user service .config/systemd/user/tmux.service: Add a local systemd user service for tmux. --- .config/systemd/user/tmux.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .config/systemd/user/tmux.service diff --git a/.config/systemd/user/tmux.service b/.config/systemd/user/tmux.service new file mode 100644 index 0000000..084efc0 --- /dev/null +++ b/.config/systemd/user/tmux.service @@ -0,0 +1,13 @@ +[Unit] +Description=Start tmux in detached session +After=local-fs.target +ConditionFileIsExecutable=/usr/bin/tmux + +[Service] +Type=forking +Environment=TMUX_TMPDIR=%t +ExecStart=/usr/bin/tmux new-session -s user -d +ExecStop=/usr/bin/tmux kill-session -t user + +[Install] +WantedBy=default.target -- cgit v1.2.3 From e23b20cb12ae64bed5af0b5f8262bb1abf5f9e23 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 26 Jul 2020 14:47:13 +0200 Subject: Add systemd user service for ssh-agent .config/systemd/user/ssh-agent.service: Add a simple systemd user service for ssh-agent --- .config/systemd/user/ssh-agent.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .config/systemd/user/ssh-agent.service diff --git a/.config/systemd/user/ssh-agent.service b/.config/systemd/user/ssh-agent.service new file mode 100644 index 0000000..ab9d0d0 --- /dev/null +++ b/.config/systemd/user/ssh-agent.service @@ -0,0 +1,13 @@ +# /usr/lib/systemd/user/ssh-agent.service +[Unit] +Description=SSH key agent +After=local-fs.target +ConditionFileIsExecutable=/usr/bin/ssh-agent + +[Service] +Type=forking +Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket +ExecStart=/usr/bin/ssh-agent -a $SSH_AUTH_SOCK + +[Install] +WantedBy=default.target -- cgit v1.2.3 From 74f42834095ba46c2adc2903006755eb939e62fb Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 26 Jul 2020 14:51:14 +0200 Subject: Remov packages .config/packages/aur.txt: Remove firefox-saka-key and vcvrack. --- .config/packages/aur.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/packages/aur.txt b/.config/packages/aur.txt index f239fbb..5de49b4 100644 --- a/.config/packages/aur.txt +++ b/.config/packages/aur.txt @@ -2,7 +2,6 @@ crypted-backups-git dhcp_probe easytranscript etherpad-lite -firefox-saka-key iannix jack2-git jackcpp-git @@ -35,7 +34,6 @@ trace-cmd ttf-cmu-typewriter uenv uenv-git -vcvrack vcvrack-befaco vcvrack-fundamental veejay-client-git -- cgit v1.2.3 From 4f50b4af83167b1f411d76c4f4b6a4e203e1ea2b Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 26 Jul 2020 15:45:50 +0200 Subject: SSH config cleanup .ssh/config: Remove hosts no longer in use. Add alphabetically ordering of some entries. Order hosts in groups. --- .ssh/config | 506 +++++++++++++++++++----------------------------------------- 1 file changed, 156 insertions(+), 350 deletions(-) diff --git a/.ssh/config b/.ssh/config index b27b7b0..0e4169a 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,65 +1,77 @@ -# Family -Host greblab - Hostname reblab - Port 22 - user dave - ForwardAgent yes - IdentityFile ~/.ssh/id_ed25519 - IdentitiesOnly yes - ServerAliveInterval 120 +# hop hosts +Host gchristina Compression yes - ForwardX11Trusted yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p - ProxyCommand ssh sleepmap -W %h:%p - -Host gchristina + ForwardAgent yes Hostname christina + IdentitiesOnly yes + IdentityFile ~/.ssh/id_ed25519 Port 22 + ProxyCommand ssh sleepmap -W %h:%p + ServerAliveInterval 120 User dave + +Host gdvzrv + Compression yes + ControlMaster auto + ControlPath ~/.ssh/socket-%r@%h:%p ForwardAgent yes - IdentityFile ~/.ssh/id_ed25519 + Hostname dvzrv IdentitiesOnly yes - ServerAliveInterval 120 + IdentityFile ~/.ssh/id_ed25519 + Port 22 + ProxyCommand ssh dave@sleepmap.de -W %h:%p + User dave + +Host gtrvlr Compression yes - ForwardX11Trusted yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p - ProxyCommand ssh sleepmap -W %h:%p + ForwardAgent yes + Hostname trvlr + IdentitiesOnly yes + IdentityFile ~/.ssh/id_ed25519 + Port 22 + ProxyCommand ssh sleepmap.de -W %h:%p + User dave # home Host apu-access-unlock + Compression yes + ControlMaster auto + ControlPath ~/.ssh/socket-%r@%h:%p HostName apu-access-unlock + IdentitiesOnly yes + IdentityFile ~/.ssh/id_ed25519 Port 22 - User root ServerAliveInterval 120 + StrictHostkeyChecking no + User root + +Host apu-access Compression yes - IdentityFile ~/.ssh/id_rsa - IdentitiesOnly yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p - -Host apu-access HostName apu-access + IdentitiesOnly yes + IdentityFile ~/.ssh/id_ed25519 Port 22 - User dave ServerAliveInterval 120 + StrictHostkeyChecking no + User dave + +Host apu-serve-unlock Compression yes - IdentityFile ~/.ssh/id_ed25519 - IdentitiesOnly yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p - -Host apu-serve-unlock HostName apu-serve-unlock + IdentitiesOnly yes + IdentityFile ~/.ssh/id_ed25519 Port 22 - User root ServerAliveInterval 120 - Compression yes - IdentityFile ~/.ssh/id_rsa - IdentitiesOnly yes - ControlMaster auto - ControlPath ~/.ssh/socket-%r@%h:%p + StrictHostkeyChecking no + User root Host apu-serve HostName apu-serve @@ -73,325 +85,169 @@ Host apu-serve ControlPath ~/.ssh/socket-%r@%h:%p Host dvzrv - HostName dvzrv - Port 22 - User dave - ServerAliveInterval 120 Compression yes - IdentityFile ~/.ssh/id_ed25519 - IdentitiesOnly yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p - -Host pitheunlord - HostName pitheunlord - Port 22 - User dave - ServerAliveInterval 120 - Compression yes - IdentityFile ~/.ssh/id_rsa + HostName dvzrv IdentitiesOnly yes - ForwardX11Trusted yes - ControlMaster auto - ControlPath ~/.ssh/socket-%r@%h:%p - -Host gpitheunlord - HostName pitheunlord - Port 22 - User dave - ForwardAgent yes IdentityFile ~/.ssh/id_ed25519 - IdentitiesOnly yes - ServerAliveInterval 120 - Compression yes - ForwardX11Trusted yes - ControlMaster auto - ControlPath ~/.ssh/socket-%r@%h:%p - ProxyCommand ssh sleepmap -W %h:%p - -Host gdvzrv - Hostname dvzrv Port 22 + ServerAliveInterval 120 User dave - ForwardAgent yes - IdentityFile ~/.ssh/id_ed25519 - IdentitiesOnly yes - ServerAliveInterval 120 - Compression yes - ForwardX11Trusted yes - ControlMaster auto - ControlPath ~/.ssh/socket-%r@%h:%p - ProxyCommand ssh dave@sleepmap.de -W %h:%p -Host gtrvlr - Hostname trvlr - Port 22 - User dave - ForwardAgent yes - IdentityFile ~/.ssh/id_ed25519 - IdentitiesOnly yes - ServerAliveInterval 120 +Host trvlr Compression yes - ForwardX11Trusted yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p - ProxyCommand ssh sleepmap.de -W %h:%p - -Host gpitheunlord - Hostname pitheunlord - Port 22 - User dave - ForwardAgent yes + Hostname trvlr.localdomain IdentityFile ~/.ssh/id_ed25519 IdentitiesOnly yes - ServerAliveInterval 120 - Compression yes - ForwardX11Trusted yes - ControlMaster auto - ControlPath ~/.ssh/socket-%r@%h:%p - ProxyCommand ssh sleepmap.de -W %h:%p - -Host bicrophone - HostName bicrophone Port 22 - User dave - ForwardAgent yes - IdentityFile ~/.ssh/id_ed25519 - IdentitiesOnly yes - ServerAliveInterval 120 - Compression yes - ForwardX11Trusted yes - ControlMaster auto - ControlPath ~/.ssh/socket-%r@%h:%p - ProxyCommand ssh sleepmap -W %h:%p -# ak -Host marx - Hostname marx - Port 22 - User dave - ForwardAgent yes - IdentityFile ~/.ssh/id_ed25519 - IdentitiesOnly yes - ServerAliveInterval 120 +Host trvlr-unlock Compression yes - ForwardX11Trusted yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p - ProxyCommand ssh sleepmap -W %h:%p - -Host aktpi - Hostname aktpi - Port 22 - User dave - ForwardAgent yes - IdentityFile ~/.ssh/id_ed25519 + Hostname trvlr IdentitiesOnly yes - ServerAliveInterval 120 - Compression yes - ForwardX11Trusted yes - ControlMaster auto - ControlPath ~/.ssh/socket-%r@%h:%p - ProxyCommand ssh sleepmap -W %h:%p + IdentityFile ~/.ssh/id_ed25519 + StrictHostkeyChecking no + Port 22 + User root -# EN324 -Host trevor - Hostname trevor.ak.tu-berlin.de +# arch linux +Host aur.archlinux.org Port 22 - user studio-user - ForwardAgent yes - IdentityFile ~/.ssh/id_rsa + User aur IdentitiesOnly yes - ServerAliveInterval 120 + IdentityFile ~/.ssh/id_ed25519_aur Compression yes - ForwardX11Trusted yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p -Host atrevor - Hostname trevor.ak.tu-berlin.de +Host orion.archlinux.org + Hostname orion.archlinux.org Port 22 - user admin - ForwardAgent yes - IdentityFile ~/.ssh/id_rsa + user dvzrv IdentitiesOnly yes - ServerAliveInterval 120 + IdentityFile ~/.ssh/id_ed25519_aur + ServerAliveInterval 120 Compression yes - ForwardX11Trusted yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p -Host matrix324 - Hostname matrix324.ak.tu-berlin.de +Host soyuz.archlinux.org + Hostname soyuz.archlinux.org Port 22 - user matrix - ForwardAgent yes - IdentityFile ~/.ssh/id_rsa + user dvzrv IdentitiesOnly yes - ServerAliveInterval 120 + IdentityFile ~/.ssh/id_ed25519_aur + ServerAliveInterval 120 Compression yes - ForwardX11Trusted yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p -Host amatrix324 - Hostname matrix324.ak.tu-berlin.de +Host pkgbuild.com + Hostname pkgbuild.com Port 22 - user admin - ForwardAgent yes - IdentityFile ~/.ssh/id_rsa + user dvzrv IdentitiesOnly yes - ServerAliveInterval 120 + IdentityFile ~/.ssh/id_ed25519_aur + ServerAliveInterval 120 Compression yes - ForwardX11Trusted yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p -# EN325 -Host taunus - Hostname taunus.ak.tu-berlin.de - Port 22 - user studio-user - ForwardAgent yes - IdentityFile ~/.ssh/id_rsa +host repos.archlinux.org + hostname repos.archlinux.org + port 22 + user dvzrv + IdentityFile ~/.ssh/id_ed25519_aur IdentitiesOnly yes - ServerAliveInterval 120 - Compression yes - ForwardX11Trusted yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p -Host ataunus - Hostname taunus.ak.tu-berlin.de - Port 22 - user admin - ForwardAgent yes - IdentityFile ~/.ssh/id_rsa +host git.archlinux.org + hostname git.archlinux.org + port 22 + user dvzrv + IdentityFile ~/.ssh/id_ed25519_aur IdentitiesOnly yes - ServerAliveInterval 120 - Compression yes - ForwardX11Trusted yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p -# EN326 -Host wfs - Hostname 130.149.23.38 - Port 22 - user wfs - ForwardAgent yes - IdentityFile ~/.ssh/id_rsa +host luna.archlinux.org + hostname luna.archlinux.org + port 22 + user dvzrv + IdentityFile ~/.ssh/id_ed25519_aur IdentitiesOnly yes - ServerAliveInterval 120 - Compression yes - ForwardX11Trusted yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p -# EN327 -Host miller - Hostname miller.ak.tu-berlin.de +# c-base +Host shell.c-base.org + Hostname shell.c-base.org Port 22 - user studio + user dave ForwardAgent yes - IdentityFile ~/.ssh/id_rsa IdentitiesOnly yes ServerAliveInterval 120 Compression yes - ForwardX11Trusted yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p -# EN327 -Host aktpi - Hostname aktpi +# github +Host github + Hostname github.com Port 22 - user dave - ForwardAgent yes - IdentityFile ~/.ssh/id_ed25519 + User git IdentitiesOnly yes - ServerAliveInterval 120 + IdentityFile ~/.ssh/id_ed25519_github Compression yes - ForwardX11Trusted yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p - ProxyCommand ssh sleepmap.de -W %h:%p -# H0104 -Host wfs-h0104 - Hostname 192.168.3.254 - Port 22 - user wfs - ForwardAgent yes - IdentityFile ~/.ssh/id_rsa +# hosting +host caduceus.rescue + Hostname caduceus + port 22 + user root + IdentityFile ~/.ssh/id_ed25519 IdentitiesOnly yes - ServerAliveInterval 120 - Compression yes - ForwardX11Trusted yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p + StrictHostKeyChecking no -Host fouraudio - Hostname fouraudio - Port 22 - user dave - ForwardAgent yes +host caduceus.unlock + Hostname caduceus + port 22 + user root IdentityFile ~/.ssh/id_ed25519 IdentitiesOnly yes - ServerAliveInterval 120 - Compression yes - ForwardX11Trusted yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p - ProxyCommand ssh sleepmap -W %h:%p -# unix-pool -Host pool - HostName pool.math.tu-berlin.de - Port 22 - User runge - ForwardAgent yes +host caduceus + Hostname caduceus + port 22 + user dave IdentityFile ~/.ssh/id_ed25519 IdentitiesOnly yes - ServerAliveInterval 120 - Compression yes - ForwardX11Trusted yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p -# nwsec Host nws4 Hostname 85.10.206.200 Port 22 User dave IdentitiesOnly yes IdentityFile ~/.ssh/id_ed25519 - ServerAliveInterval 120 - Compression yes - ControlMaster auto - ControlPath ~/.ssh/socket-%r@%h:%p - -Host sleepmap2frqrec - Hostname nws4 - ProxyCommand ssh dave@192.168.123.1 -W 192.168.124.2:%p - ForwardAgent yes - User root - ServerAliveInterval 120 - Compression yes - ControlMaster auto - ControlPath ~/.ssh/socket-%r@%h:%p - -Host sleepmap2tibetmoto - ProxyCommand ssh dave@192.168.123.1 -W 192.168.125.2:%p - ForwardAgent yes - User root - ServerAliveInterval 120 Compression yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p Host sleepmap -# Hostname 85.10.206.218 Hostname sleepmap.de Port 22 User dave @@ -400,49 +256,7 @@ Host sleepmap ServerAliveInterval 120 Compression yes -Host frqrec -# Hostname 85.10.206.216 - Hostname frqrec.de - Port 22 - IdentitiesOnly yes - IdentityFile ~/.ssh/id_ed25519 - ServerAliveInterval 120 - Compression yes - ControlMaster auto - ControlPath ~/.ssh/socket-%r@%h:%p - -# gitlab tu-berlin -Host gitlab.tubit.tu-berlin.de - Hostname gitlab.tubit.tu-berlin.de - Port 22 - User git - IdentitiesOnly yes - IdentityFile ~/.ssh/id_rsa_tu - Compression yes - ControlMaster auto - ControlPath ~/.ssh/socket-%r@%h:%p - -# github -Host github - Hostname github.com - Port 22 - User git - IdentitiesOnly yes - IdentityFile ~/.ssh/id_ed25519_github - Compression yes - ControlMaster auto - ControlPath ~/.ssh/socket-%r@%h:%p - -# archlinux -Host aur.archlinux.org - Port 22 - User aur - IdentitiesOnly yes - IdentityFile ~/.ssh/id_ed25519_aur - Compression yes - ControlMaster auto - ControlPath ~/.ssh/socket-%r@%h:%p - +# linuxaudio Host linuxaudio.org Hostname linuxaudio.org Port 22 @@ -463,87 +277,79 @@ Host mail.linuxaudio.org ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p -Host linuxaudio.berlin +# unix-pool +Host pool + HostName pool.math.tu-berlin.de Port 22 - User davidrunge + User runge + ForwardAgent yes + IdentityFile ~/.ssh/id_ed25519 IdentitiesOnly yes - IdentityFile ~/.ssh/id_rsa + ServerAliveInterval 120 Compression yes + ForwardX11Trusted yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p -# c-base -Host soundserv.c-base.org - Hostname soundserv.cbrp3.c-base.org - Port 22 - user dave - ForwardAgent yes +# work +host ploto + hostname ploto + port 22 + IdentityFile ~/.ssh/id_ed25519 IdentitiesOnly yes - ServerAliveInterval 120 - Compression yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p - ProxyCommand ssh tunnel.c-base.org -W 10.0.0.150:%p -Host shell.c-base.org - Hostname shell.c-base.org - Port 22 - user dave - ForwardAgent yes +host ploto-unlock + hostname ploto + port 22 + user root + IdentityFile ~/.ssh/id_ed25519 IdentitiesOnly yes - ServerAliveInterval 120 - Compression yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p -# arch linux -Host orion.archlinux.org - Hostname orion.archlinux.org - Port 22 - user dvzrv +host rpi3-1 + hostname rpi3-1 + port 22 + IdentityFile ~/.ssh/id_ed25519 IdentitiesOnly yes - IdentityFile ~/.ssh/id_ed25519_aur - ServerAliveInterval 120 - Compression yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p -Host soyuz.archlinux.org - Hostname soyuz.archlinux.org - Port 22 - user dvzrv +host rpi3-2 + hostname rpi3-2 + port 22 + IdentityFile ~/.ssh/id_ed25519 IdentitiesOnly yes - IdentityFile ~/.ssh/id_ed25519_aur - ServerAliveInterval 120 - Compression yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p -Host pkgbuild.com - Hostname pkgbuild.com - Port 22 - user dvzrv +host redis_alboin + hostname 10.150.0.2 + port 22 + user holoplot + IdentityFile ~/.ssh/id_ed25519 IdentitiesOnly yes - IdentityFile ~/.ssh/id_ed25519_aur - ServerAliveInterval 120 - Compression yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p + ProxyJump linux-builder-1 -host repos.archlinux.org - hostname repos.archlinux.org +host linux-builder-1 + hostname linux-builder-1 port 22 - user dvzrv - IdentityFile ~/.ssh/id_ed25519_aur + user holoplot + IdentityFile ~/.ssh/id_ed25519 IdentitiesOnly yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p -host git.archlinux.org - hostname git.archlinux.org - port 22 - user dvzrv - IdentityFile ~/.ssh/id_ed25519_aur +Host holoplot-github + Hostname github.com + Port 22 + User git IdentitiesOnly yes + IdentityFile ~/.ssh/id_ed25519_holoplot + Compression yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p -- cgit v1.2.3 From fb901c5538d652233382bcad45ca76682653a236 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 26 Jul 2020 16:23:48 +0200 Subject: Drop localdomain .ssh/config: Drop use of dummy localdomain for trvlr host. --- .ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index 0e4169a..fa3a1fe 100644 --- a/.ssh/config +++ b/.ssh/config @@ -99,7 +99,7 @@ Host trvlr Compression yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p - Hostname trvlr.localdomain + Hostname trvlr IdentityFile ~/.ssh/id_ed25519 IdentitiesOnly yes Port 22 -- cgit v1.2.3