diff options
author | David Runge <dave@sleepmap.de> | 2019-10-19 12:19:10 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2019-10-19 12:19:10 +0200 |
commit | 9972f28fa5f596081a2b9812600c50fec4e82bb5 (patch) | |
tree | b18bdd360fcd0909a9f25d09fabe66070df1cd38 /.config/systemd/user/jack@.service | |
parent | 1b4677ab012bd7d18cf05ae28745e07d87f9d9a5 (diff) | |
parent | f3be3ab5d8853b2c395e45329c8c55374d048311 (diff) | |
download | dotfiles-9972f28fa5f596081a2b9812600c50fec4e82bb5.tar.gz dotfiles-9972f28fa5f596081a2b9812600c50fec4e82bb5.tar.bz2 dotfiles-9972f28fa5f596081a2b9812600c50fec4e82bb5.tar.xz dotfiles-9972f28fa5f596081a2b9812600c50fec4e82bb5.zip |
Merge branch 'master' of sleepmap.de:dave/dotfiles
* 'master' of sleepmap.de:dave/dotfiles:
.config/nvchecker/nvchecker.ini: Switching to gitlab upstream for qastools. Adding polyphone, libopenshot, libopenshot-audio, openshot, libquicktime, libconfig, vico, mephisto.lv2 and lv2lint.
.config/systemd/user/jack@.service: Removing custom jack@ user service (it has been upstreamed and is available since jack2 1.9.13).
.config/sway/config: Adding common (local) location for background image (which can be a symlink to another file).
.config/sway/config: Setting default_border pixel 2, to not have headers. Reactivating keyboard shortcut for layout toggle split.
.config/nvchecker/nvchecker.ini: Adding audiofile, redland, ladspa, ddrescue, raptor, rasqal, python-ipy, gandi.cli, flyspray and changing upstreams of a2jmidid, solfege and redkite.
.zsh.after/functions.zsh: Adding .tar.lz and .lz to ex() and lstar() (respectively).
.vim/addons.vim: Removing youcompleteme and adding coverage-highlight.
.config/psd/psd.conf: Adding qutebrowser.
Diffstat (limited to '.config/systemd/user/jack@.service')
-rw-r--r-- | .config/systemd/user/jack@.service | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.config/systemd/user/jack@.service b/.config/systemd/user/jack@.service deleted file mode 100644 index 6e70cc7..0000000 --- a/.config/systemd/user/jack@.service +++ /dev/null @@ -1,17 +0,0 @@ -[Unit] -Description=JACK server using %i.conf profile -Documentation=man:jackd(1) -After=sound.target local-fs.target - -[Service] -EnvironmentFile=-/etc/jack/%i.conf -EnvironmentFile=-%h/.config/jack/%i.conf -ExecStart=/usr/bin/jackd $JACK_OPTIONS -d $DRIVER -d $DEVICE $DRIVER_SETTINGS -LimitRTPRIO=95 -LimitRTTIME=infinity -LimitMEMLOCK=infinity -# Caution: use on memory-limited devices only -# OOMScoreAdjust=-1000 - -[Install] -WantedBy=default.target |