diff options
| author | awy <awy@awy.one> | 2025-11-29 18:45:22 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-29 18:45:22 +0300 |
| commit | 58672b33e45d0ffe7070224dac8f40f4d20b7bbf (patch) | |
| tree | cfd15501024d1f0c7f59110860a277e6f50299ba /.local/bin/singboxwrap | |
| parent | 8d90f5a577b75b8a792b7a2f02d98a31e9ff19c4 (diff) | |
| download | hyprdots-58672b33e45d0ffe7070224dac8f40f4d20b7bbf.tar.gz | |
ww
Diffstat (limited to '.local/bin/singboxwrap')
| -rwxr-xr-x | .local/bin/singboxwrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/singboxwrap b/.local/bin/singboxwrap index 0877ed9..a69bbc4 100755 --- a/.local/bin/singboxwrap +++ b/.local/bin/singboxwrap @@ -16,7 +16,7 @@ run_singbox () { } choose_menu () { - choose="$(fd . $config_dir -d 1 -t f | rofi -dmenu -only-match -p "Config to use")" + choose="$(fd . $config_dir -d 1 -t f | rofi -dmenu -no-custom -p "Config to use")" [ -n "$choose" ] || exit 1 ln -sf "$choose" "$default_path" echo "$default_path" |