Misc: update tmux config & document OBS setup

- Tmux: change binds & set session working directory
- OBS: use flatpak with background removal plugin
This commit is contained in:
DuckDuckWhale 2023-06-11 14:36:38 -07:00
parent 9f899ef35e
commit bb3770036a
Signed by: DuckDuckWhale
GPG Key ID: E4B9FC170FFD71CE
3 changed files with 14 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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)
```