mirror of
https://github.com/swaywm/sway.git
synced 2025-11-05 13:29:51 -05:00
Implement mode --pango_markup
This commit is contained in:
parent
84109431f7
commit
78c08fb0a2
6 changed files with 27 additions and 8 deletions
|
|
@ -15,6 +15,6 @@ void ipc_event_workspace(struct sway_container *old,
|
|||
struct sway_container *new, const char *change);
|
||||
void ipc_event_window(struct sway_container *window, const char *change);
|
||||
void ipc_event_barconfig_update(struct bar_config *bar);
|
||||
void ipc_event_mode(const char *mode);
|
||||
void ipc_event_mode(const char *mode, bool pango);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue