Add (env-)configs for audio device and private fa-npm registry
This commit is contained in:
parent
a4d7b69f76
commit
88767dd191
4 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
export AUDIO_DEVICE=""
|
||||
export AUTOSTART_DISPLAY=""
|
||||
|
||||
export MONITOR_PRIMARY="primary"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
export AUDIO_DEVICE="alsa_output.usb-BEHRINGER_UMC202HD_192k-00.HiFi__Line1__sink"
|
||||
export AUTOSTART_DISPLAY="Hyprland"
|
||||
|
||||
export KDE_CONNECT_DEVICE="Fairphone3"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
@awesome.me:registry=https://npm.fontawesome.com/
|
||||
@fortawesome:registry=https://npm.fontawesome.com/
|
||||
@fontawesome:registry=https://git.serguzim.me/api/packages/fontawesome/npm/
|
||||
//npm.fontawesome.com/:_authToken=${FONTAWESOME_NPM_AUTH_TOKEN}
|
||||
//git.serguzim.me/api/packages/fontawesome/npm/:_authToken=${FORGEJO_TOKEN}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue