This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dmenu
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
hotfix
master
Anselm R. Garbe
18 years ago
parent
47b37834c4
commit
68a24f5535
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config.mk
+1
-1
dmenu_path
+ 1
- 1
config.mk
View File
@ -1,5 +1,5 @@
# dmenu version
VERSION
=
2.4
VERSION
=
2.4
.1
# 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 }' |
/usr/bin/sort -u
/bin/ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/ { print $NF }' |
sort | uniq
Write
Preview
Loading…
Cancel
Save