add wayland specifier to session names (#162)

Create a config option to force ly to add " (Wayland)" to session
names, as long as those names don't already contain the string.
This commit is contained in:
Érico Nogueira Rolim
2020-02-03 03:20:47 -03:00
committed by GitHub
parent 4882cd4548
commit 33934f3ab2
4 changed files with 19 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ struct config
char* term_reset_cmd;
u8 tty;
char* wayland_cmd;
bool wayland_specifier;
char* waylandsessions;
char* x_cmd;
char* x_cmd_setup;