mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Remove Xembed Support
Xembed support is premature in sway and should be postponed. This commit only removes swaybar starting xembedsniproxy, if users would like, they can still start xembedsniproxy manually, however there will be no official support.
This commit is contained in:
parent
0a71aa6e97
commit
33fdae2001
3 changed files with 0 additions and 24 deletions
|
|
@ -15,9 +15,6 @@ struct bar {
|
|||
int ipc_socketfd;
|
||||
int status_read_fd;
|
||||
pid_t status_command_pid;
|
||||
#ifdef ENABLE_TRAY
|
||||
pid_t xembed_pid;
|
||||
#endif
|
||||
};
|
||||
|
||||
struct output {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue