From 41be5454a224acda28025ac2a67d9ca27c80b5e9 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 2 Jul 2011 14:57:54 -0400 Subject: Save/Load the alsa state from .alsa.save * .profile: load .alsa.save on login * .bash_logout: save the stat on logout * Makefile: save the state * .git.info.exclude: ignore .alsa.save --- .profile | 2 ++ 1 file changed, 2 insertions(+) (limited to '.profile') diff --git a/.profile b/.profile index a086b00..ec14112 100644 --- a/.profile +++ b/.profile @@ -29,3 +29,5 @@ if [ -f "$HOME/.selected_editor" ]; then export EDITOR="${EDITOR:-$SELECTED_EDITOR}" export VISUAL="${VISUAL:-$SELECTED_EDITOR}" fi + +alsactl --file $HOME/.alsa.save restore -- cgit v1.2.3-2-g168b