From 921b613ed8af5f87c247d92406f9ff4e42a5aed7 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Wed, 9 Nov 2022 09:24:54 -0500 Subject: Add kitty, kitty-term --- roles/obs/templates/bashrc | 1 + roles/obs/templates/scenes.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'roles/obs/templates') 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": { -- cgit v1.2.3