Update dunstrc with Wayland settings

This commit is contained in:
fwsmit 2020-12-04 19:04:19 +01:00
parent 7b26b4bd94
commit ae38efedbb
2 changed files with 10 additions and 1 deletions

10
dunstrc
View File

@ -247,6 +247,16 @@
# user defined timeout.
ignore_dbusclose = false
### Wayland ###
# These settings are Wayland-specific. They have no effect when using X11
# Uncomment this if you want to let notications appear over fullscreen
# notifications (default top)
# layer = overlay
# Set this to true to use X11 output on Wayland.
force_xwayland = false
### Legacy
# Use the Xinerama extension instead of RandR for multi-monitor support.

View File

@ -86,7 +86,6 @@ static gboolean run(void *data)
if (active) {
gint64 now = time_monotonic_now();
gint64 sleep = queues_get_next_datachange(now);
/* sleep = 100000; // Make sure wayland input is handled in time FIXME (fixed)*/
gint64 timeout_at = now + sleep;
LOG_D("Sleeping for %li ms", sleep/1000);