Compare commits
2 Commits
94b8065dba
...
392d6fe537
| Author | SHA1 | Date | |
|---|---|---|---|
| 392d6fe537 | |||
| 6d1e715d9c |
@@ -8,7 +8,7 @@
|
|||||||
discord = {
|
discord = {
|
||||||
name = "Discord";
|
name = "Discord";
|
||||||
# Custom options to reduce flickering under wayland.
|
# Custom options to reduce flickering under wayland.
|
||||||
exec = "discord --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu";
|
exec = "env ELECTRON_OZONE_PLATFORM_HINT= discord --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -80,5 +80,9 @@ return {
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|
||||||
|
follow_url_func = function(url)
|
||||||
|
vim.ui.open(url) -- Use the built-in open, need Neovim 0.10.0+
|
||||||
|
end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user