diff --git a/auto/tmux/.tmux.conf b/auto/tmux/.tmux.conf index a907b3e..331c323 100644 --- a/auto/tmux/.tmux.conf +++ b/auto/tmux/.tmux.conf @@ -19,8 +19,10 @@ unbind Right bind C-q send-prefix bind S set status -bind r source-file ~/.tmux.conf \; display "Reloaded tmux config." -bind s setw synchronize-panes +bind R source-file ~/.tmux.conf \; display "Reloaded tmux config" +bind b setw synchronize-panes +bind a attach -c "#{pane_current_path}" \; \ + display "New session working directory: #{pane_current_path}" bind h split-window -h bind v split-window -v diff --git a/setup/ubuntu-setup.md b/setup/ubuntu-setup.md index 9afdf23..52bb2c7 100644 --- a/setup/ubuntu-setup.md +++ b/setup/ubuntu-setup.md @@ -89,6 +89,10 @@ Here's my personal Ubuntu 23.04 setup. (Make sure to use Wayland on Nvidia!) - `flatpak install flathub com.slack.Slack` - Denaro - `flatpak install flathub org.nickvision.money` +- OBS + - `flatpak install flathub com.obsproject.Studio` + - Background removal plugin: + - `flatpak install com.obsproject.Studio.Plugin.BackgroundRemoval` ## Optional Apps diff --git a/setup/ubuntu-user-config.md b/setup/ubuntu-user-config.md index 1d1d2ea..0f05422 100644 --- a/setup/ubuntu-user-config.md +++ b/setup/ubuntu-user-config.md @@ -71,6 +71,12 @@ directory. - Reason: `https://github.com/flathub/ide-flatpak-wrapper/blob/master/vscode.sh` +## OBS Basic Settings + +- Video: 1440p HVENC HEVC +- Audio: 320k Opus +- Container: Matroska + ## OBS record audio per app (may need adjustment > 22.04) ```