| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 9aa5c8684ee997521b746b7e10df870eb7a7a5e6 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Thu Apr 18 02:19:51 2024 +0200 |
4 | |
5 | Auto-Commit Update 18.04.2024 - 02:19:51 |
6 | --- |
7 | LICENSE | 1 + |
8 | dmenu_path | 4 ++-- |
9 | dmenu_run | 2 +- |
10 | dmenu-border-4.9.diff => patches/dmenu-border-4.9.diff | 0 |
11 | .../dmenu-center-20200111-8cd37e1.diff | 0 |
12 | .../dmenu-fuzzyhighlight-4.9.diff | 0 |
13 | dmenu-fuzzymatch-4.9.diff => patches/dmenu-fuzzymatch-4.9.diff | 0 |
14 | dmenu-grid-4.9.diff => patches/dmenu-grid-4.9.diff | 0 |
15 | dmenu-lineheight-4.9.diff => patches/dmenu-lineheight-4.9.diff | 0 |
16 | .../dmenu-morecolor-20190922-4bf895b.diff | 0 |
17 | dmenu-mousesupport-5.0.diff => patches/dmenu-mousesupport-5.0.diff | 0 |
18 | dmenu-numbers-4.9.diff => patches/dmenu-numbers-4.9.diff | 0 |
19 | 12 files changed, 4 insertions(+), 3 deletions(-) |
20 | |
21 | diff --git a/LICENSE b/LICENSE |
22 | index 3afd28e..0d19151 100644 |
23 | --- a/LICENSE |
24 | +++ b/LICENSE |
25 | @@ -10,6 +10,7 @@ MIT/X Consortium License |
26 | © 2010-2012 Connor Lane Smith <[email protected]> |
27 | © 2014-2020 Hiltjo Posthuma <[email protected]> |
28 | © 2015-2019 Quentin Rameau <[email protected]> |
29 | +© 2019-2024 Connor Etherington <[email protected]> |
30 | |
31 | Permission is hereby granted, free of charge, to any person obtaining a |
32 | copy of this software and associated documentation files (the "Software"), |
33 | diff --git a/dmenu_path b/dmenu_path |
34 | index 3a7cda7..45941ac 100644 |
35 | --- a/dmenu_path |
36 | +++ b/dmenu_path |
37 | @@ -1,5 +1,5 @@ |
38 | -#!/bin/sh |
39 | - |
40 | +#!/usr/bin/env bash |
41 | +# |
42 | cachedir="${XDG_CACHE_HOME:-"$HOME/.cache"}" |
43 | cache="$cachedir/dmenu_run" |
44 | |
45 | diff --git a/dmenu_run b/dmenu_run |
46 | index 834ede5..9c9e1cf 100644 |
47 | --- a/dmenu_run |
48 | +++ b/dmenu_run |
49 | @@ -1,2 +1,2 @@ |
50 | -#!/bin/sh |
51 | +#!/usr/bin/env bash |
52 | dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} & |
53 | diff --git a/dmenu-border-4.9.diff b/patches/dmenu-border-4.9.diff |
54 | similarity index 100% |
55 | rename from dmenu-border-4.9.diff |
56 | rename to patches/dmenu-border-4.9.diff |
57 | diff --git a/dmenu-center-20200111-8cd37e1.diff b/patches/dmenu-center-20200111-8cd37e1.diff |
58 | similarity index 100% |
59 | rename from dmenu-center-20200111-8cd37e1.diff |
60 | rename to patches/dmenu-center-20200111-8cd37e1.diff |
61 | diff --git a/dmenu-fuzzyhighlight-4.9.diff b/patches/dmenu-fuzzyhighlight-4.9.diff |
62 | similarity index 100% |
63 | rename from dmenu-fuzzyhighlight-4.9.diff |
64 | rename to patches/dmenu-fuzzyhighlight-4.9.diff |
65 | diff --git a/dmenu-fuzzymatch-4.9.diff b/patches/dmenu-fuzzymatch-4.9.diff |
66 | similarity index 100% |
67 | rename from dmenu-fuzzymatch-4.9.diff |
68 | rename to patches/dmenu-fuzzymatch-4.9.diff |
69 | diff --git a/dmenu-grid-4.9.diff b/patches/dmenu-grid-4.9.diff |
70 | similarity index 100% |
71 | rename from dmenu-grid-4.9.diff |
72 | rename to patches/dmenu-grid-4.9.diff |
73 | diff --git a/dmenu-lineheight-4.9.diff b/patches/dmenu-lineheight-4.9.diff |
74 | similarity index 100% |
75 | rename from dmenu-lineheight-4.9.diff |
76 | rename to patches/dmenu-lineheight-4.9.diff |
77 | diff --git a/dmenu-morecolor-20190922-4bf895b.diff b/patches/dmenu-morecolor-20190922-4bf895b.diff |
78 | similarity index 100% |
79 | rename from dmenu-morecolor-20190922-4bf895b.diff |
80 | rename to patches/dmenu-morecolor-20190922-4bf895b.diff |
81 | diff --git a/dmenu-mousesupport-5.0.diff b/patches/dmenu-mousesupport-5.0.diff |
82 | similarity index 100% |
83 | rename from dmenu-mousesupport-5.0.diff |
84 | rename to patches/dmenu-mousesupport-5.0.diff |
85 | diff --git a/dmenu-numbers-4.9.diff b/patches/dmenu-numbers-4.9.diff |
86 | similarity index 100% |
87 | rename from dmenu-numbers-4.9.diff |
88 | rename to patches/dmenu-numbers-4.9.diff |