diff options
author | Florent de Lamotte <[email protected]> | 2018-11-17 20:06:48 +0100 |
---|---|---|
committer | Florent de Lamotte <[email protected]> | 2018-11-22 10:30:04 +0100 |
commit | 7555c7efdce66c7de7a5320879c501e901a5aab7 (patch) | |
tree | d9acff5cb9d0a5e420067602aca11f79fc1aabb7 /include/sway/commands.h | |
parent | 77554f545e1b386ae0f4896bdf4c817524a15e60 (diff) |
Adding commands for configuring titlebar borders and padding
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r-- | include/sway/commands.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h index b0339313..e6036e51 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -173,6 +173,8 @@ sway_cmd cmd_swaynag_command; sway_cmd cmd_swap; sway_cmd cmd_tiling_drag; sway_cmd cmd_title_format; +sway_cmd cmd_titlebar_border_thickness; +sway_cmd cmd_titlebar_padding; sway_cmd cmd_unmark; sway_cmd cmd_urgent; sway_cmd cmd_workspace; |