Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to pass desktop-entry to make possible to focus weechat #14

Closed
3v1n0 opened this issue Jan 28, 2019 · 1 comment
Closed

Allow to pass desktop-entry to make possible to focus weechat #14

3v1n0 opened this issue Jan 28, 2019 · 1 comment
Assignees

Comments

@3v1n0
Copy link

3v1n0 commented Jan 28, 2019

If you create a weechat.desktop file, the notification can include a "weechat" desktop-entry hint so that the desktop environment will allow to focus the window on click.

This is possible by just passing --hint string:desktop-entry:weechat to the notify-send

3v1n0 added a commit to 3v1n0/weechat-notify-send that referenced this issue Jan 28, 2019
The entry is used by DEs to associate the notification with a running
application.

Fixes s3rvac#14
3v1n0 added a commit to 3v1n0/weechat-notify-send that referenced this issue Jan 28, 2019
The entry is used by DEs to associate the notification with a running
application.

Fixes s3rvac#14
s3rvac added a commit that referenced this issue Jul 21, 2019
It contains the name of the desktop entry for WeeChat. This enables
`notify-send` to focus WeeChat upon clicking on a notification.

The default value is 'weechat', which should be the most common.

Based on the code from unfinished PR #15.
@s3rvac s3rvac self-assigned this Jul 21, 2019
@s3rvac
Copy link
Owner

s3rvac commented Jul 21, 2019

Implemented in commit e08713e. The code is based on unfinished PR #15.

@s3rvac s3rvac closed this as completed Jul 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants