Przeglądaj źródła

ok 2.4.2

master
Anselm R. Garbe 17 lat temu
rodzic
commit
a71424ac0e
2 zmienionych plików z 2 dodań i 2 usunięć
  1. +1
    -1
      config.mk
  2. +1
    -1
      dmenu_path

+ 1
- 1
config.mk Wyświetl plik

@@ -1,5 +1,5 @@
# dmenu version
VERSION = 2.4.1
VERSION = 2.4.2

# Customize below to fit your system



+ 1
- 1
dmenu_path Wyświetl plik

@@ -1,2 +1,2 @@
#!/bin/sh
/bin/ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/ { print $NF }' | sort | uniq
/bin/ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/ { print $NF }' | sort -u

Ładowanie…
Anuluj
Zapisz