mirror of
https://github.com/swaywm/sway.git
synced 2025-11-22 06:59:48 -05:00
Write to swaynag pipe fd directly on config errors
This commit is contained in:
parent
f9a6407111
commit
a7f7d4a488
12 changed files with 227 additions and 110 deletions
|
|
@ -9,6 +9,7 @@ sway_sources = files(
|
|||
'ipc-server.c',
|
||||
'scratchpad.c',
|
||||
'security.c',
|
||||
'swaynag.c',
|
||||
|
||||
'desktop/desktop.c',
|
||||
'desktop/idle_inhibit_v1.c',
|
||||
|
|
@ -78,6 +79,7 @@ sway_sources = files(
|
|||
'commands/split.c',
|
||||
'commands/sticky.c',
|
||||
'commands/swaybg_command.c',
|
||||
'commands/swaynag_command.c',
|
||||
'commands/swap.c',
|
||||
'commands/title_format.c',
|
||||
'commands/unmark.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue