mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Implement hide_edge_borders
This commit is contained in:
parent
2217518bd5
commit
3db7fc2bb2
5 changed files with 216 additions and 113 deletions
|
|
@ -108,6 +108,7 @@ static struct cmd_handler handlers[] = {
|
|||
{ "font", cmd_font },
|
||||
{ "for_window", cmd_for_window },
|
||||
{ "fullscreen", cmd_fullscreen },
|
||||
{ "hide_edge_borders", cmd_hide_edge_borders },
|
||||
{ "include", cmd_include },
|
||||
{ "input", cmd_input },
|
||||
{ "mode", cmd_mode },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue