You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sni,dconf: enable and disable tray-icons
Add a new configration option in dconf at
`org.ldelossa.way-shell.panel.enable-tray-icons` which can be used to
disable tray-icon support.
Signed-off-by: ldelossa <louis.delos@gmail.com>
sni,fix: handle status updates for StatusNotifierItem correctly
Fix an issue where we used a handler with an incorrect signature when
responding to StatusNotifierItem Status updates.
Signed-off-by: ldelossa <louis.delos@gmail.com>
activities,fix: map keys for next/prev search
Before this commit using tab in the activites view after some search
text was entered confused the UI.
Tab would move to the next element, but we want Tab to actually trigger
a move of the filtered search items.
Wire up a key controller to intercept Tab and make it do what we want.
Throw in ctrl-p/n while we are at it.
Signed-off-by: ldelossa <louis.delos@gmail.com>
fix use of logind's ListSessions
from the man page:
ListSessions() returns an array of all current sessions. The structures
in the array consist of the following fields: session id, user id, user
name, seat id, and session object path.
If a session does not have a seat attached, the seat id field will be an
empty string.