aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-08-07 09:07:00 -0400
committerPinapelz <yukais@pinapelz.com>2026-08-29 21:41:34 -0700
commit9f5db99394cd0e53b796009c23d1218779b3140b (patch)
treec06889f005808142b56b8ea6dcf9a108fbfbdede /CHANGELOG.md
parent47eeca0ea806c9bd4a0911d0d0d30bca254e07b7 (diff)
Add .zprofile check to fix flatpak apps
```sh if [ -f /etc/profile ]; then source /etc/profile fi ``` thanks to @jfabernathy for finding and reporting it On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: copy.sh modified: scripts/lib_detect.sh
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 32c2438f..0f068244 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,15 @@
## Added:
+- Selecting `zsh` now updates `.zprofile`
+
+ ```sh
+ if [ -f /etc/profile ]; then
+ source /etc/profile
+ fi
+ ```
+ - This should help resolve flatpak apps not showing in rofi menu
+ - Thanks to `@jfabernathy` for finding it
- `docs/Keybinds.md` a layout of all the default keybinds
- Option for event drive disable of eDP-1 on lid close
- `kitty.conf` and `ghostty/config` are now saved to `UserConfigs` directory
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage