diff options
author | zachir <zachir@librem.one> | 2023-02-28 22:05:52 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-28 22:05:52 -0600 |
commit | df2356a3639c1262e6ea6534e6c69b0325514036 (patch) | |
tree | 93a9af84009dc27021fb386a83e788671f136757 /bsc | |
parent | 20d778c95e7ea5f41e12f1b2f2d8d7a3c8de4abe (diff) |
fix dmenu misspelling (there is no dmene=)
Diffstat (limited to 'bsc')
-rwxr-xr-x | bsc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ if [ -z "$DMENU" ]; then if [ -n "$WAYLAND_DISPLAY" ]; then DMENU="bemenu" elif [ -n "$DISPLAY" ]; then - DMENU="dmene" + DMENU="dmenu" else print "Can't tell if Wayland or X; what gives?\n" exit 1 |