summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-07-25 00:04:38 +0100
committerLibravatar GitHub <noreply@github.com>2018-07-25 00:04:38 +0100
commitcdc4ad2b4f6239607e8eb5e398891dd78bc5c7ea (patch)
treead414b0eac976a62d49d852c149a150a81876a4d /include
parentMerge pull request #2165 from swaywm/pid-workspaces (diff)
parentChange button var passed to seat_begin_move (diff)
downloadsway-cdc4ad2b4f6239607e8eb5e398891dd78bc5c7ea.tar.gz
sway-cdc4ad2b4f6239607e8eb5e398891dd78bc5c7ea.tar.zst
sway-cdc4ad2b4f6239607e8eb5e398891dd78bc5c7ea.zip
Merge pull request #2352 from RedSoxFan/implement-2335
Implement floating_modifier <mod> [inverse|normal]
Diffstat (limited to 'include')
-rw-r--r--include/sway/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 032f4196..4a6bb780 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -320,6 +320,7 @@ struct sway_config {
320 struct bar_config *current_bar; 320 struct bar_config *current_bar;
321 char *swaybg_command; 321 char *swaybg_command;
322 uint32_t floating_mod; 322 uint32_t floating_mod;
323 bool floating_mod_inverse;
323 uint32_t dragging_key; 324 uint32_t dragging_key;
324 uint32_t resizing_key; 325 uint32_t resizing_key;
325 char *floating_scroll_up_cmd; 326 char *floating_scroll_up_cmd;