mirror of
https://github.com/swaywm/sway.git
synced 2026-06-12 03:02:34 -04:00
add mouse_scroll_workspaces bar setting
This commit is contained in:
parent
84358788aa
commit
5090c131db
9 changed files with 48 additions and 5 deletions
|
|
@ -40,6 +40,7 @@ struct config *init_config() {
|
|||
config->sep_symbol = NULL;
|
||||
config->strip_workspace_numbers = false;
|
||||
config->binding_mode_indicator = true;
|
||||
config->mouse_scroll_workspaces = true;
|
||||
config->wrap_scroll = false;
|
||||
config->workspace_buttons = true;
|
||||
config->all_outputs = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue