mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Solves the issue from ae10133b5e the right
way using the actual xdg-terminal-exec package and provides resillient
fallbacks no matter what the user might do.
This also removes the need to restart after changing terminals at all.
fixes #2198
fixes #2329
fixes #2673
fixes #1754
14 lines
449 B
Plaintext
14 lines
449 B
Plaintext
# Changes require a restart to take effect.
|
|
|
|
# Install other terminals via Install > Terminal
|
|
export TERMINAL=xdg-terminal-exec
|
|
|
|
# Use code for VSCode
|
|
export EDITOR=nvim
|
|
|
|
# Use a custom directory for screenshots (remember to make the directory!)
|
|
# export OMARCHY_SCREENSHOT_DIR="$HOME/Pictures/Screenshots"
|
|
|
|
# Use a custom directory for screenrecordings (remember to make the directory!)
|
|
# export OMARCHY_SCREENRECORD_DIR="$HOME/Videos/Screencasts"
|