mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
added scratchpad (WIP)
views that are pushed to the scratchpad still render and accept input. latter only if no other view took focus afterwards
This commit is contained in:
parent
4e0a3b9c72
commit
f4b4c5851a
3 changed files with 50 additions and 3 deletions
|
|
@ -32,4 +32,9 @@ void recursive_resize(swayc_t *container, double amount, enum wlc_resize_edge ed
|
|||
|
||||
void view_set_floating(swayc_t *view, bool floating);
|
||||
|
||||
// Scratchpad
|
||||
|
||||
void scratchpad_push(swayc_t *view);
|
||||
swayc_t *scratchpad_pop(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue