Benedikt Heine 0cf4753a68 Wake up for fullscreen change events
The PropertyNotify handling has been changed in the dropgtk branch to
ignore XEvents, when redrawing was unnecessary. But when the fullscreen
state of a window changes, we can't ignore the event, because it didn't
change the screen.

Additionally, there had been a mistake in the handling of the cur_screen:
The xctx.cur_screen field will only get updated, when the application is
visible and gets redrawn. Therefore, when a PropertyNotify event arrived
while the application had been hidden and the screens do not match
anymore, wake_up() will be called albeit being unnecessary.

Calling x_win_draw() when the screens change is also the preferable
solution over wake_up(), as there is nothing subject to change in the
queues when the displays change.
2018-02-25 20:44:31 +01:00
2017-10-10 15:06:22 +02:00
2018-02-25 20:44:31 +01:00
2018-02-22 20:08:00 +01:00
2018-02-22 20:08:00 +01:00
2012-09-27 12:17:25 +02:00
2018-01-25 21:28:24 -02:00
2017-11-23 11:43:52 +01:00
2018-02-25 20:18:40 +01:00
2018-02-22 20:08:00 +01:00
2013-01-17 00:39:47 +01:00
2016-11-19 12:15:39 +02:00
2018-02-22 20:08:00 +01:00
2018-01-05 20:56:16 +02:00

Build Status Coverage Status

Dunst

Description

Dunst is a highly configurable and lightweight notification daemon.

Installation

Dependencies

Dunst has a number of build dependencies that must be present before attempting configuration. The names are different depending on distribution:

  • dbus
  • libxinerama
  • libxrandr
  • libxss
  • libxdg-basedir
  • glib
  • pango/cairo
  • libgtk-3-dev

Building

git clone https://github.com/dunst-project/dunst.git
cd dunst
make
sudo make install

Make parameters

  • PREFIX=<PATH>: Set the prefix of the installation. (Default: /usr/local)
  • MANPREFIX=<PATH>: Set the prefix of the manpage. (Default: ${PREFIX}/share/man)
  • SYSTEMD=(0|1): Enable/Disable the systemd unit. (Default: detected via pkg-config)
  • SERVICEDIR_SYSTEMD=<PATH>: The path to put the systemd user service file. Unused, if SYSTEMD=0. (Default: detected via pkg-config)
  • SERVICEDIR_DBUS=<PATH>: The path to put the dbus service file. (Default: detected via pkg-config)

Make sure to run all make calls with the same parameter set. So when building with make PREFIX=/usr, you have to install it with make PREFIX=/usr install, too.

Checkout the wiki for more information.

Bug reports

Please use the issue tracker provided by GitHub to send us bug reports or feature requests. You can also join us on the IRC channel #dunst on Freenode.

Maintainers

Nikos Tsipinakis nikos@tsipinakis.com

Jonathan Lusso jonilusso@gmail.com

Author

written by Sascha Kruse dunst@knopwob.de

copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information)

If you feel that copyrights are violated, please send me an email.

Description
Lightweight and customizable notification daemon
Readme 6.8 MiB
Languages
C 95.1%
Shell 3.3%
Makefile 1.4%
Awk 0.2%