pgsql is more strict, increase the hackiness up to 11

This commit is contained in:
coolnsx
2024-04-20 01:03:23 +05:30
parent 44575db8ef
commit 87a1d4c5a1
10 changed files with 90 additions and 909 deletions

View File

@@ -7,7 +7,7 @@ historyfile=$cachedir/dmenu_history
ls /bin >"$cache"
cut -f2 "$historyfile" "$cache" | bemenu --fixed-height --fn 'JetBrainsMono Nerd Font 15' -i -c -W 0.5 -B 3 -p "RUN: " -l 15 -P ">>" --bdr="#$GLOBAL_ACCENT" --tf="#$GLOBAL_ACCENT" --hf="#$GLOBAL_ACCENT" |
awk -v histfile=$historyfile '
awk -v histfile="$historyfile" '
BEGIN {
FS=OFS="\t"
while ( (getline < histfile) > 0 ) {