1626 Commits

Author SHA1 Message Date
Nikos Tsipinakis
8f9e85f122 Fix incorrect handling of 'do_action, close' mouse action (again!) 2020-12-17 19:49:26 +02:00
Nikos Tsipinakis
3d9717a8a3
Merge pull request #791 from fwSmit/master
Contrib: add progress notify script
2020-12-13 21:04:42 +02:00
fwsmit
c73009160e Contrib: add progress notify script
For audio and brightness notifications
2020-12-13 14:44:12 +01:00
Nikos Tsipinakis
732227eff5 Fix incorrect handling of 'do_action, close' mouse action
Fixes #778
2020-12-01 13:41:13 +02:00
Nikos Tsipinakis
f866f8e4e7
Merge pull request #782 from dunst-project/ci
Add new CI images
2020-11-27 11:55:11 +02:00
Benedikt Heine
8df6bc9554 Add new CI images 2020-11-25 17:29:13 +01:00
Nikos Tsipinakis
c37a923def Fix XRM dpi loading
Bug introduced in 0bcc135ffd9a5ad0331f8608f4ed1c4223e0b4e9, XRM database
wasn't properly initialized when the screen dpi is assigned.
2020-11-18 21:57:58 +02:00
Nikos Tsipinakis
0bcc135ffd
Merge pull request #779 from fwSmit/transition-output
Create abstract output and fix wayland bug
2020-11-18 17:44:18 +02:00
fwsmit
58d215ddfe Create abstract output and fix wayland bug
This commit adds an output struct which abstracts the X11 specific
functions and makes it possible to easily create a drop-in wayland
output.

It also fixes a bug in wayland where notifications won't disappear.
This is because wayland doesn't give access to user input when a
client is not in focus. This way it seems like the user is always
idle. The idle functionality is now disabled in Wayland until proper
support is added.
2020-11-18 15:20:06 +01:00
Nikos Tsipinakis
756e6662e1
Merge pull request #780 from fwSmit/test-fix
Fix some tests
2020-11-17 20:30:31 +02:00
fwsmit
b758e4925b Fix some tests 2020-11-17 15:04:41 +01:00
Nikos Tsipinakis
3d3ba4b9c5
Merge pull request #775 from fwSmit/progress-bar
Add progress bar
2020-11-10 11:55:02 +02:00
fwsmit
4f10496123 Add docs, tests and fixes for progress bar 2020-11-10 10:52:26 +01:00
Nikos Tsipinakis
8e3eade7ba
Merge pull request #776 from fwSmit/icon-fix
Turn icons on by default
2020-11-08 17:15:41 +02:00
Nikos Tsipinakis
62ce907ecd
Merge pull request #771 from iFreilicht/patch-1
Remove deprecated shortcuts section
2020-11-07 20:54:43 +02:00
fwsmit
bfcf655b1e Add feature: progress bar 2020-11-06 14:25:04 +01:00
fwsmit
5caac20268 Turn icons on by default 2020-11-06 13:16:57 +01:00
Nikos Tsipinakis
3001f79fc3
Merge pull request #774 from fwSmit/vim-modeline
Add filetype to vim modeline
2020-11-03 17:41:49 +02:00
fwsmit
55d700f746 Add filetype to vim modeline 2020-11-02 20:25:26 +01:00
Felix Uhl
9009033d59
Explain transition to dunstctl in comments 2020-11-01 14:19:30 +01:00
Felix Uhl
8440ac3d23
Remove deprecated shortcuts section 2020-10-29 16:12:21 +01:00
Nikos Tsipinakis
93b52df269
Merge pull request #769 from gregdan3/master
Do not accept empty appname argument
2020-10-27 13:04:43 +02:00
Gregory Danielson
72907cc744
Do not accept empty appname argument
Closes #768
2020-10-26 09:40:38 -05:00
Nikos Tsipinakis
0467e46474 Fix typo 2020-10-26 12:51:47 +02:00
Nikos Tsipinakis
bc6ab69390
Merge pull request #766 from ammgws/signal
Emit signal when `paused` property changes
2020-10-07 09:22:56 +03:00
Jason Nader
8831260be3
Emit signal when paused property changes 2020-10-03 23:42:34 +09:00
Nikos Tsipinakis
f00625692b
Merge pull request #758 from keer4n/master
Fix a typo in configuration option in dunst.pod
2020-09-25 21:45:25 +03:00
Kiran Gurung
6734fa3135 Fix a typo in setting option in dunst.pod 2020-09-04 23:12:20 +00:00
Nikos Tsipinakis
e59d203256 Fix monitor setting overriding follow_mode
Ignore the monitor setting if it's set to a non-zero value and the
follow mode isn't none.

Fixes #755
2020-08-20 13:50:56 +03:00
Nikos Tsipinakis
ca6ce6868e
Merge pull request #750 from MaximeWack/master
Fix possible division by zero in radius calculation.
2020-08-15 18:47:24 +03:00
Maxime Wack
6f5f003e2b Fix possible division by zero in radius calculation.
Check all possible causes of division by zero in the
calculation of the radius.
2020-08-15 14:22:23 +02:00
Nikos Tsipinakis
37feb7d6a3 Fix history_ignore rule being reset
Set the default history_ignore value to -1 for unset, otherwise it'll be
reset to false when applying additional rules.

Fixes #747
2020-08-08 19:11:13 +03:00
Nikos Tsipinakis
28c5074fab Trigger workflows on all branches 2020-07-23 13:54:38 +03:00
Nikos Tsipinakis
ca1bf262ce Fix failing CI due to version mismatch 2020-07-23 13:53:05 +03:00
Nikos Tsipinakis
8c07ffb173 Start new release cycle 2020-07-23 13:41:24 +03:00
Nikos Tsipinakis
52d67616f1 Dunst v1.5.0 v1.5.0 2020-07-23 13:27:50 +03:00
Nikos Tsipinakis
3a77b879e0
Merge pull request #742 from phaazon/fix/typo-pod
Fix a typo in the dunst.pod file.
2020-07-23 13:16:36 +03:00
Dimitri Sabadie
bc86ce78a7
Fix a typo in the dunst.pod file. 2020-07-23 12:08:36 +02:00
Nikos Tsipinakis
c01f81b692 Fix possible division by 0 in radius calculation 2020-07-18 22:39:40 +03:00
Nikos Tsipinakis
9db8b76473
Merge pull request #735 from Djeeberjr/master
multiple scripts for notification
2020-07-18 22:12:26 +03:00
Djeeberjr
1b8f56eb45 changed script_run back to bool 2020-07-18 15:51:04 +02:00
Nikos Tsipinakis
eb253a4547
Merge pull request #732 from matclab/731-ignore-dbus-close-setting
Add ignore_dbusclose settings
2020-07-17 21:32:41 +03:00
matclab
842a5242f7 Remove warning message
This message has no real added value and is emitted every time a
notification is closed when `ignore_dbuclose` is set.
2020-07-16 18:28:05 +02:00
matclab
7bd55a53bf ignore_dbusclose: Add debug message when ignoring 2020-07-16 18:28:05 +02:00
matclab
7796f7f848 ignore_dbusclose: Add dunstrc example and man page section 2020-07-16 18:28:05 +02:00
matclab
0a08cefc68 ignore_dbusclose: send NotificationClosed signal back for spec compliance
The notification spec has no concept of disallowing closing notifications,
so to make the ignore_dbusclose 'compliant' we choose to lie to the clients
that the notification is actually closed, but keep it open.
To do this, we send a NotificationClosed signal back (via signal_notification_closed
which also call notification_invalidate_action)
2020-07-16 18:28:05 +02:00
matclab
762d37758d Add ignore_dbusclose settings
closes #731
2020-07-12 22:44:26 +02:00
Nikos Tsipinakis
b040fca067
Merge pull request #736 from matclab/734-BadAtom-composited-test
No compositor if no _NET_WM_CM_Si atom
2020-07-12 21:12:00 +02:00
matclab
3c33f4559f No compositor if no _NET_WM_CM_Si atom
close #734
2020-07-12 14:44:47 +02:00
Djeeberjr
4d66a60a4f multiple scripts for notification 2020-07-12 00:50:52 +02:00