This commit is contained in:
2025-12-24 11:40:59 +01:00
parent cbbbffffbf
commit 8c2c2aa3a4
2 changed files with 14 additions and 3 deletions

View File

@@ -4,4 +4,6 @@ CURRENT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# "$CURRENT_DIR/scripts/main.sh"
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 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"