diff --git a/config.h b/config.h index 428b97a..87d9fe7 100644 --- a/config.h +++ b/config.h @@ -83,8 +83,7 @@ static const char *dmenucmd[] = { static const char *termcmd[] = {"alacritty", NULL}; static const char *browsercmd[] = {"firefox", NULL}; static const char *filemanagercmd[] = {"thunar", NULL}; -static const char *idecmd[] = {"alacritty", "-e", "/home/jika/.local/bin/lvim", - NULL}; +static const char *idecmd[] = {"alacritty", "-e", "nvim", NULL}; static const char *screenshotcmd[] = {"xfce4-screenshooter", "-r", "-s", "Pictures", NULL}; static const char *switchkbcmd[] = {"xkb-switch", "-n", NULL};