Browse Source

ok 2.4.2

master
Anselm R. Garbe 17 years ago
parent
commit
a71424ac0e
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      config.mk
  2. +1
    -1
      dmenu_path

+ 1
- 1
config.mk View File

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

# Customize below to fit your system



+ 1
- 1
dmenu_path View File

@@ -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

Loading…
Cancel
Save