mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
seat configuration
This commit is contained in:
parent
538903bc5a
commit
c173d30b92
7 changed files with 41 additions and 4 deletions
|
|
@ -180,6 +180,7 @@ sway_cmd bar_colors_cmd_statusline;
|
|||
sway_cmd bar_colors_cmd_focused_statusline;
|
||||
sway_cmd bar_colors_cmd_urgent_workspace;
|
||||
|
||||
sway_cmd input_cmd_seat;
|
||||
sway_cmd input_cmd_accel_profile;
|
||||
sway_cmd input_cmd_click_method;
|
||||
sway_cmd input_cmd_drag_lock;
|
||||
|
|
|
|||
|
|
@ -69,6 +69,7 @@ struct input_config {
|
|||
|
||||
bool capturable;
|
||||
struct wlr_box region;
|
||||
char *seat;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue