diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-08 01:12:27 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-08 01:12:27 -0500 |
| commit | de51fd7f8d6e5e0b0d68790b9c2d79d67d0564a7 (patch) | |
| tree | 7376823b33730f5490c7b5f46fce424b3a9b3eda /CHANGELOG.md | |
| parent | 7e057020a428ba234e1557d17d26ec28fedb250f (diff) | |
Create default config for Wezterm NOT themed yet
At this time wezterm is not installed by default
However, if user installs it they will have a nice config to begin with
Later I hope to add theming support
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: CHANGELOG.md
new file: config/wezterm/wezterm.lua
modified: copy.sh
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 91da190a..9480f375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,14 @@ - Thank you [TheAhumMaitra](https://github.com/TheAhumMaitra) - Fixed more WindowRules - Fixed rofi themes to work with Theme changer - - Added `ghostty` terminal config file integrated with `wallust` and themes + - Added `ghostty` terminal config file integrated with Themes + - `ghostty` is not installed by default + - The `COPR` is already there for Fedora + - `sudo dnf install ghostty` + - The `COPR` repo for `wezterm` is also available + - `sudo dnf install wezterm` + - A config file is already available when you install it + - Most other distros have these terminals in their repo - 2026-01-04 - Fullscreen or maximized would exit using `ALT-TAB` (cycle next/bring-to-front) |
