diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-07-01 09:33:32 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-07-01 09:33:32 +0200 |
commit | cc7ac583a24c5d45bd904b75d39cf23fd765f4eb (patch) | |
tree | 4be6c84dba29db4d342f3c16050650320b5dd6e0 /.local/share/bin | |
parent | 6815a249e2710e65038346469d4f96f7410687f5 (diff) |
add nodisconnect and update vimrc
Diffstat (limited to '.local/share/bin')
-rwxr-xr-x | .local/share/bin/nodisconnect | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/share/bin/nodisconnect b/.local/share/bin/nodisconnect new file mode 100755 index 0000000..31664f2 --- /dev/null +++ b/.local/share/bin/nodisconnect @@ -0,0 +1,2 @@ +#!/bin/sh +play -q -n synth whitenoise band -n 650 1300 vol 0.01 & disown |