This commit is contained in:
2025-12-24 11:53:25 +01:00
parent d5755e0070
commit 9faaf160af
3 changed files with 13 additions and 1 deletions

View File

@@ -7,3 +7,4 @@ CURRENT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# tmux bind-key -T prefix r display-popup -T "Impegni di oggi…" -w 50% -h 50% -x C -y C -E -- "$CURRENT_DIR/scripts/main.sh"
tmux bind-key -T prefix r run-shell "$CURRENT_DIR/scripts/main.sh reminders"
tmux bind-key -T prefix c run-shell "$CURRENT_DIR/scripts/main.sh calendar"