From 59f1e0cfc363fa6ed4cebc3efe85fdcf6e79d467 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 27 Jun 2021 11:45:09 +0200 Subject: Add ALSA defaults for North MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- base/Makefile | 2 ++ base/profile-North | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 base/profile-North (limited to 'base') 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 -- cgit v1.2.3-70-g09d2