diff options
author | Mattias Andrée <maandree@kth.se> | 2021-06-27 11:45:09 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-06-27 11:45:09 +0200 |
commit | 59f1e0cfc363fa6ed4cebc3efe85fdcf6e79d467 (patch) | |
tree | bd8f740b4786808d72ca2b6814164df71efa31e3 | |
parent | Fix xinitrc (diff) | |
download | dotfiles-59f1e0cfc363fa6ed4cebc3efe85fdcf6e79d467.tar.gz dotfiles-59f1e0cfc363fa6ed4cebc3efe85fdcf6e79d467.tar.bz2 dotfiles-59f1e0cfc363fa6ed4cebc3efe85fdcf6e79d467.tar.xz |
Add ALSA defaults for North
Signed-off-by: Mattias Andrée <maandree@kth.se>
-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 |