mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
Implement floating_modifier <mod> [inverse|normal]
This commit is contained in:
parent
817d37c950
commit
dca02944ce
4 changed files with 18 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue