wezterm: als Standard-Terminal festlegen (x-terminal-emulator + XFCE helpers.rc)
This commit is contained in:
parent
be520823b9
commit
273978b78f
3 changed files with 25 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -121,8 +121,18 @@ sudo apt update && sudo apt install -y wezterm
|
|||
|
||||
# Konfiguration aus Repo laden (WezTerm laedt sie automatisch neu)
|
||||
curl -fsSL https://git.motocamp.de/rene/macbook-setup/raw/branch/main/wezterm.lua -o ~/.wezterm.lua
|
||||
|
||||
# WezTerm als Standard-Terminal setzen (x-terminal-emulator + XFCE)
|
||||
sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/bin/wezterm 50
|
||||
sudo update-alternatives --set x-terminal-emulator /usr/bin/wezterm
|
||||
grep -q "^TerminalEmulator=" ~/.config/xfce4/helpers.rc 2>/dev/null \
|
||||
&& sed -i 's/^TerminalEmulator=.*/TerminalEmulator=wezterm/' ~/.config/xfce4/helpers.rc \
|
||||
|| echo "TerminalEmulator=wezterm" >> ~/.config/xfce4/helpers.rc
|
||||
```
|
||||
|
||||
**macOS:** WezTerm einfach starten — als Standard in System Settings > Desktop & Dock >
|
||||
"Standard-Terminalanwendung" manuell auf WezTerm setzen.
|
||||
|
||||
## Paketquellen
|
||||
|
||||
| App | Quelle | Grund |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue