mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
use previous outputs
This commit is contained in:
parent
930d136196
commit
da79bd65de
2 changed files with 26 additions and 1 deletions
|
|
@ -94,6 +94,7 @@ swayc_t *swayc_focus_by_layout(swayc_t *container, enum swayc_layouts);
|
|||
|
||||
|
||||
swayc_t *swayc_by_handle(wlc_handle handle);
|
||||
swayc_t *swayc_by_name(const char *name);
|
||||
swayc_t *swayc_active_output(void);
|
||||
swayc_t *swayc_active_workspace(void);
|
||||
swayc_t *swayc_active_workspace_for(swayc_t *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue