diff options
| -rw-r--r-- | base/Makefile | 2 | ||||
| -rw-r--r-- | base/profile-North | 5 | 
2 files changed, 7 insertions, 0 deletions
diff --git a/base/Makefile b/base/Makefile index 607a0da..083eb91 100644 --- a/base/Makefile +++ b/base/Makefile @@ -7,12 +7,14 @@ install:  	mkdir -p -- ~/.config  	test ! -d ~/.profile  	test ! -d ~/.config/profile +	test ! -d ~/.config/profile-North  	test ! -d ~/.config/user-dirs.locale  	test ! -d ~/.config/face  	test ! -d ~/.face  	test ! -d ~/.face.icon  	ln -sf -- .config/profile ~/.profile  	ln -sf -- ~/.dotfiles/base/profile ~/.config/profile +	ln -sf -- ~/.dotfiles/base/profile-North ~/.config/profile-North  	ln -sf -- ~/.dotfiles/base/user-dirs.locale ~/.config/  	ln -sf -- ~/.dotfiles/base/faces/$(FACE) ~/.config/face  	ln -sf -- .config/face ~/.face diff --git a/base/profile-North b/base/profile-North new file mode 100644 index 0000000..7a5acc9 --- /dev/null +++ b/base/profile-North @@ -0,0 +1,5 @@ +# -*- shell-script -*- + +# Set audio interface +export MAIN_ALSA_CARD=1 +export MAIN_ALSA_MIXER=Master  | 
