SwayNotificationCenter icon indicating copy to clipboard operation
SwayNotificationCenter copied to clipboard

A simple GTK based notification daemon for SwayWM

Results 92 SwayNotificationCenter issues
Sort by recently updated
recently updated
newest added

Is there a way to use `GTK_DEBUG=interctive swaync` effectively? When I try to select items in the inspector it closes the notification shade. Could you add a flag to the...

enhancement
help wanted
Low Priority

This key makes it impossible to start the service when you start sway from the tty instead of a display manager by executing `sway` (which is a [recommended way of...

Fixes #145 - [ ] Complete most tests in issue - [ ] Add Github Action

help wanted
High Priority
test

My notifications always look something like: ![image](https://user-images.githubusercontent.com/7105082/157357122-a2c84f61-c423-47f7-9e70-aca6888cf6b0.png) With that small white line at the bottom of the icon. When I click on it, right as my mousebutton goes down, it...

bug

This would really speed up development due to a reduction in manually testing everything before pushing a new feature :) Tests that I can think of. Post a comment if...

help wanted
High Priority
test

I have no clue how this works in any sort of way so help would be very much appreciated. The main distro would be Arch (due to me primarily using...

help wanted
packaging

This feature would allow scripts to add themselves as a notification inhibitor (could be multiple) to hide popup notifications. An example would be a script that adds an inhibitor when...

enhancement

this isn't really so much an "issue" as much as an avenue for optimisation. generate a lot of notifications: ```bash for x in $(seq 1 1000); do notify-send "$x" "$x"...

bug
help wanted

- [ ] Choose monitor as config option - [ ] Notification window logic - [ ] Control center logic - [ ] Test if disconnecting monitor breaks this -...

enhancement

- [x] Positioning - [ ] Don't overlap with Polybar (if even possible?) - [ ] Get keyboard shortcuts working - [ ] Try to use WindowType TOPLEVEL instead of...

enhancement
help wanted