changed win_r path

This commit is contained in:
Andreev Gregory 2025-03-04 14:58:11 +03:00
parent 5969a3fcc1
commit 16bf21ec36

View File

@ -1,6 +1,6 @@
#!/bin/bash
FILE="$HOME/.local/share/dmenu_applications.tsv"
FILE="$HOME/.config/suckless_desktop/win_r.txt"
if [ ! -f "$FILE" ]; then
echo "File not found: $FILE" >&2
exit 1