Update dunstrc with Wayland settings
This commit is contained in:
parent
7b26b4bd94
commit
ae38efedbb
10
dunstrc
10
dunstrc
@ -247,6 +247,16 @@
|
|||||||
# user defined timeout.
|
# user defined timeout.
|
||||||
ignore_dbusclose = false
|
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
|
### Legacy
|
||||||
|
|
||||||
# Use the Xinerama extension instead of RandR for multi-monitor support.
|
# Use the Xinerama extension instead of RandR for multi-monitor support.
|
||||||
|
@ -86,7 +86,6 @@ static gboolean run(void *data)
|
|||||||
if (active) {
|
if (active) {
|
||||||
gint64 now = time_monotonic_now();
|
gint64 now = time_monotonic_now();
|
||||||
gint64 sleep = queues_get_next_datachange(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;
|
gint64 timeout_at = now + sleep;
|
||||||
|
|
||||||
LOG_D("Sleeping for %li ms", sleep/1000);
|
LOG_D("Sleeping for %li ms", sleep/1000);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user