diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-02-21 00:22:44 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-02-21 00:22:44 -0500 |
| commit | f0d579a03af9e3ba4a7cf64da96c23f485faac7a (patch) | |
| tree | 9ffdf9ea7ce27705dfb9a2c89eb01727c34866de /CHANGELOG.md | |
| parent | 97110b108e807d46367244aec89a0545ba67c46f (diff) | |
added script to mute active window from Ivy and s1lang
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: CHANGELOG.md
modified: config/hypr/configs/Keybinds.conf
renamed: config/hypr/scripts/SinkIntToggle.sh -> config/hypr/scripts/Toggle-Active-Window-Audio.sh
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 332c6f67..a5bae84f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## v2.3.21 +- Added script from `@ivy` and `@sl1ng` to Toggle audio on active Wundow + - `$HOME/.config/hypr/scripts/Toggle-Active-Window-Audio.sh` + - Keybind is `SUPER + SHIFT + H` (hush) +- Added check for ubunutu v26.04 in startup + - For as of yet unknown reason waybar won't startup without this + ``` + exec-once = /usr/libexec/xdg-desktop-portal-hyprland & + exec-once = /usr/libexec/xdg-desktop-portal & + exec-once = waybar + ``` - Updated `waybar-weather` - Created default files in `.config/waybar-weather` - You can manually override settings or providers |
