diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 17a8e2d..2dbfa0d 100755 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -72,5 +72,13 @@ function reboot org.freedesktop.ConsoleKit.Manager.Restart end +function engage + play -n -c1 synth whitenoise band -n 100 20 band -n 50 20 gain +25 fade h 1 864000 1 +end + +function lscompmod -d "List kernel modules used by hardware" + lspci -mvk | awk '/^Module/ {print $2}' | sort -u +end + set -x PAGER 'less -FXRS' set -x BROWSER firefox