This commit is contained in:
hmpthcs 2024-02-24 15:51:25 -08:00 committed by GitHub
commit b702cff5ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 25 additions and 5 deletions

View file

@ -124,6 +124,7 @@ sway_cmd cmd_create_output;
sway_cmd cmd_default_border;
sway_cmd cmd_default_floating_border;
sway_cmd cmd_default_orientation;
sway_cmd cmd_drag_mode;
sway_cmd cmd_exec;
sway_cmd cmd_exec_always;
sway_cmd cmd_exit;

View file

@ -538,6 +538,8 @@ struct sway_config {
bool tiling_drag;
int tiling_drag_threshold;
bool drag_mode;
enum smart_gaps_mode smart_gaps;
int gaps_inner;
struct side_gaps gaps_outer;