diff options
Diffstat (limited to 'lwc')
-rwxr-xr-x | lwc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,10 +20,10 @@ esac done #{{{ Check display server if -w or -x not provided if [ -n "$WAYLAND_DISPLAY" ]; then DMENU="tofi" - DEFARGS=" -c $HOME/.config/tofi/themes/dmenu_vertical --prompt-text" + DEFARGS="-c $HOME/.config/tofi/themes/dmenu_vertical --prompt-text" elif [ -n "$DISPLAY" ]; then - DMENU="dmenu -l 10 -p" - DEFARGS="" + DMENU="dmenu" + DEFARGS="-l 10 -p" else print "Can't tell if Wayland or X; what gives?\n" exit 1 |