Skip to content

Commit

Permalink
Fixed still mentioning mako in src/wayland/wl.c
Browse files Browse the repository at this point in the history
Co-authored-by: fwSmit <fw.smit01@gmail.com>
  • Loading branch information
GorrillaRibs and fwsmit committed Sep 10, 2021
1 parent f171525 commit 400a464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wayland/wl.c
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ bool wl_init() {
}

// Set up the cursor. It needs a wl_surface with the cursor loaded into it.
// If one of these fail, mako will work fine without the cursor being able to change.
// If one of these fail, dunst will work fine without the cursor being able to change.
const char *cursor_size_env = getenv("XCURSOR_SIZE");
int cursor_size = 24;
if (cursor_size_env != NULL) {
Expand Down

0 comments on commit 400a464

Please sign in to comment.