From 6edcf79ec3474dc748bf3914099983c3ab51affe Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 2 Nov 2021 08:05:14 +0100 Subject: Changed some things because I am trying out tmux by default on every terminal session --- popup-cal3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'popup-cal3') diff --git a/popup-cal3 b/popup-cal3 index 0ed0830..2250ab0 100755 --- a/popup-cal3 +++ b/popup-cal3 @@ -1,4 +1,6 @@ #!/bin/sh # Popup $TERMINAL displaying cal -3 -$TERMINAL -T "stfloat" -g 64x9+620+450 -e sh -c 'cal -3; read x' +# Requires: st (suckless terminal) + +st -T "stfloat" -g 64x9+620+450 -e sh -c 'cal -3; read x' -- cgit v1.3