hiiro 0.1.267 → 0.1.268
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/bin/h-notify +1 -1
- data/lib/hiiro/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f76e7df18710a8e824264a26626432da8bd352aa8194f6258beb175f5a90da1b
|
|
4
|
+
data.tar.gz: 4c1a7d7cec570dc86ef25c7a59ab6fa7a08c114fd8cfdb7145a69bedde4a92c5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d03cee15f63fe1948019832d69438ac0360beed19a5474671c516b84a48363e66f4d08f79dcb1450a4ad81f889e3eaa4fe2d9accbf814845c68da1a1c83b8283
|
|
7
|
+
data.tar.gz: fd94bd542216996cb051a67a45d21ff08a623557411ad026fa133b13472fc0f55c952a9af35b1de42955f14574d56628f5cd85c16e64df81d7e43cba88e5df8e
|
data/CHANGELOG.md
CHANGED
data/bin/h-notify
CHANGED
|
@@ -22,8 +22,8 @@ NOTIFY_TMUX_HOOKS = %w[after-kill-pane window-unlinked session-closed].freeze
|
|
|
22
22
|
NOTIFY_TMUX_CONF_CONTENT = <<~'CONF'
|
|
23
23
|
# --- Notify hooks (clean up notifications when panes/windows/sessions close) ---
|
|
24
24
|
set-hook -g after-kill-pane "run-shell -b 'h notify remove_pane \#{hook_pane_id}'"
|
|
25
|
-
set-hook -g window-unlinked "run-shell -b 'h notify remove_window \#{hook_window_id}'"
|
|
26
25
|
set-hook -g session-closed "run-shell -b 'h notify remove_session \#{hook_session_name}'"
|
|
26
|
+
# set-hook -g window-unlinked "run-shell -b 'h notify remove_window \#{hook_window_id}'"
|
|
27
27
|
|
|
28
28
|
# --- Notify keybinding (prefix + N to open notification menu) ---
|
|
29
29
|
bind-key N run-shell "h notify menu"
|
data/lib/hiiro/version.rb
CHANGED