diff options
| author | stkhan <personal@slickd.xyz> | 2021-07-08 10:18:36 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-07-08 10:18:36 -0500 |
| commit | cc844e1931ba6f4c417ea8682f5cfa72ef5e4fec (patch) | |
| tree | 73be5ed2ce29e2b15e2e0c3c7c0dc864bfc09898 /dmenu-5.0/dmenu_run | |
| parent | 5c74c64ba0f282341f806fda68475fa6a486bb17 (diff) | |
Changed dmenu
Diffstat (limited to 'dmenu-5.0/dmenu_run')
| -rwxr-xr-x | dmenu-5.0/dmenu_run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu-5.0/dmenu_run b/dmenu-5.0/dmenu_run index 834ede5..3c4ad23 100755 --- a/dmenu-5.0/dmenu_run +++ b/dmenu-5.0/dmenu_run @@ -1,2 +1,2 @@ #!/bin/sh -dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} & +dmenu_path | dmenu -i -y 340 -z 500 -l 20 -x 700 "$@" | ${SHELL:-"/bin/sh"} & |