We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458d7ef commit ffbb31cCopy full SHA for ffbb31c
dot_config/hypr/scripts/fabric-reload.sh
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+pkill -f "Lunur-Shell"
3
+
4
+# Go to the script's directory before launching it
5
+cd ~/.config/Lunur-Shell || exit 1
6
+uv run main.py &
0 commit comments