From 108b882957a50aaace887ccac91ccb6136820411 Mon Sep 17 00:00:00 2001
From: Sébastien Dailly <sebastien@chimrod.com>
Date: Mon, 9 Aug 2021 17:59:10 +0200
Subject: Update i3 configuration

---
 rofi/rename.sh | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'rofi')

diff --git a/rofi/rename.sh b/rofi/rename.sh
index dcdbcd8..30dde16 100755
--- a/rofi/rename.sh
+++ b/rofi/rename.sh
@@ -1,5 +1,7 @@
 #!/bin/sh
 if [ -z $1 ]; then
+    echo "Edit:"
+    echo "Musique:"
   exit 0
 else
   i3-msg "rename workspace to ${1}" > /dev/null
-- 
cgit v1.2.3