aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-02-04 15:25:33 -0500
committerDon Williams <don.e.williams@gmail.com>2026-02-04 15:25:33 -0500
commit1124f9779c47126829571bd59aa10c03845b1b89 (patch)
tree1dddefc87949c410a8987d8b5a4e1720d3d63afa
parentbb701a20280ab0049a8b31f502c2f6d2992ad940 (diff)
Updated CHANGELOG
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
-rw-r--r--CHANGELOG.md10
-rw-r--r--config/hypr/configs/Keybinds.conf2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c686eaf0..bd92969b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,16 @@
- Added French Translations
- Moved docs to proper i18n locations
- Thank you @Loris383v
+- Fixed `waybar-cava` starting many new processes
+ - When you switched waybarconfigs, old processes remained
+ - This is especially bad with mulitple monitors
+ - New code kills the `waybar-cava` processes on refresh
+- Fixed setting SDDM/Wallpaper/Waybar defaults on update/installs
+- Added WindowRule for proton-laucher games
+- Added `Hyprshot` screenshot tool set to region capture
+ - `ALT + S` Saves to clipboard and `~/Pictures/Screenshots/`
+ - Not all keyboards have `PrtScr` button
+ - `hyprshot.sh` is fast, simple, no system bell sound
## v2.3.20
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf
index 0458b4be..c3ad9929 100644
--- a/config/hypr/configs/Keybinds.conf
+++ b/config/hypr/configs/Keybinds.conf
@@ -36,7 +36,7 @@ bindd = $mainMod ALT, V, clipboard manager, exec, $scriptsDir/ClipManager.sh
bindd = $mainMod CTRL, R, rofi theme selector, exec, $scriptsDir/RofiThemeSelector.sh
bindd = $mainMod CTRL SHIFT, R, rofi theme selector (modified), exec, pkill rofi || true && $scriptsDir/RofiThemeSelector-modified.sh
bindd = $mainMod CTRL, K, Kitty theme selector, exec, $scriptsDir/Kitty_themes.sh
-bindd = ALT SHIFT , S, Hyprshot Screen Capture, exec, $scriptsDir/hyprshot.sh -m region -o %HOME/Pictures/Screenshots
+bindd = ALT, S, Hyprshot Screen Capture, exec, $scriptsDir/hyprshot.sh -m region -o %HOME/Pictures/Screenshots
bindd = $mainMod SHIFT, F, fullscreen, fullscreen
bindd = $mainMod CTRL, F, maximize window, fullscreen, 1
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage