config

My configuration files and custom scripts.
git clone https://git.tronto.net/config
Download | Log | Files | Refs

commit f79a04e2feccd0c3b897c76c6feff64f28e9010f
parent 421cc62951db8445f830b2d220880e0b681a408c
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Tue, 12 May 2026 09:05:58 +0200

Fix weird error with shell I guess?

Diffstat:
Mscripts/dmenu-unmount | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/dmenu-unmount b/scripts/dmenu-unmount @@ -7,7 +7,7 @@ # Example: dmenu-unmount -m slmenu -w echo menu=dmenu -writeout=${NOTIFY:-"notify push"} +writeout="notify push" usage() { echo "Usage: dmenu-unmount [-m MENU] [-w WRITER]"