mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
Shim client.background and client.placeholder
These are not supported by sway, but are valid i3 commands and should not cause config errors. Also includes a couple of minor touch-ups.
This commit is contained in:
parent
7252c7f715
commit
92e1fc00fd
3 changed files with 13 additions and 5 deletions
|
|
@ -77,8 +77,10 @@ static struct cmd_handler handlers[] = {
|
|||
{ "bar", cmd_bar },
|
||||
{ "bindcode", cmd_bindcode },
|
||||
{ "bindsym", cmd_bindsym },
|
||||
{ "client.background", cmd_client_noop },
|
||||
{ "client.focused", cmd_client_focused },
|
||||
{ "client.focused_inactive", cmd_client_focused_inactive },
|
||||
{ "client.placeholder", cmd_client_noop },
|
||||
{ "client.unfocused", cmd_client_unfocused },
|
||||
{ "client.urgent", cmd_client_urgent },
|
||||
{ "default_border", cmd_default_border },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue