diff options
Diffstat (limited to '')
-rw-r--r-- | roles/obs/templates/bashrc | 1 | ||||
-rw-r--r-- | roles/obs/templates/scenes.json | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/roles/obs/templates/bashrc b/roles/obs/templates/bashrc index 4d65cbd..eecc39a 100644 --- a/roles/obs/templates/bashrc +++ b/roles/obs/templates/bashrc @@ -116,5 +116,6 @@ alias play=track-mpv alias qa-louder="pactl set-sink-volume {{ item.id }}-qa +5% " alias qa-quieter="pactl set-sink-volume {{ item.id }}-qa -5% " alias qa-vol="pactl set-sink-volume {{ item.id }}-qa " +export TZ={{ emacsconf_timezone }} export PATH=$PATH:$HOME/bin export DISPLAY=${DISPLAY:-:{{ item.vnc_id }}} diff --git a/roles/obs/templates/scenes.json b/roles/obs/templates/scenes.json index 5790efd..93a0592 100644 --- a/roles/obs/templates/scenes.json +++ b/roles/obs/templates/scenes.json @@ -1,6 +1,6 @@ { - "current_program_scene": "Video audio and screen", - "current_scene": "Video audio and screen", + "current_program_scene": "All track audio and screen", + "current_scene": "All track audio and screen", "current_transition": "Fade", "groups": [], "modules": { |