Implement floating_modifier <mod> [inverse|normal]

This commit is contained in:
Brian Ashworth 2018-07-24 18:41:08 -04:00
parent 817d37c950
commit dca02944ce
4 changed files with 18 additions and 4 deletions

View file

@ -320,6 +320,7 @@ struct sway_config {
struct bar_config *current_bar;
char *swaybg_command;
uint32_t floating_mod;
bool floating_mod_inverse;
uint32_t dragging_key;
uint32_t resizing_key;
char *floating_scroll_up_cmd;