diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-11-09 09:24:54 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-11-09 09:24:54 -0500 |
commit | 921b613ed8af5f87c247d92406f9ff4e42a5aed7 (patch) | |
tree | 1109d78ffd25a61a2f5cfc08e8d5d8b0d6834df7 /roles/obs/templates | |
parent | c2d647a3cb3a6d456684bcdce327954214352959 (diff) | |
download | emacsconf-ansible-921b613ed8af5f87c247d92406f9ff4e42a5aed7.tar.xz emacsconf-ansible-921b613ed8af5f87c247d92406f9ff4e42a5aed7.zip |
Add kitty, kitty-term
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": { |