mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
var replacement changes
This commit is contained in:
parent
fd6d06ff61
commit
aa22dc3113
4 changed files with 78 additions and 58 deletions
|
|
@ -15,6 +15,8 @@ struct cmd_handler {
|
|||
|
||||
struct cmd_handler *find_handler(char *line);
|
||||
bool handle_command(char *command);
|
||||
// Handles commands during config
|
||||
bool config_command(char *command);
|
||||
|
||||
void remove_view_from_scratchpad();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue