Do not VTs switch, block tty access

This commit is contained in:
Tuyen Pham 2021-07-07 16:37:15 +00:00
parent 4832fc937f
commit 8a56b699ad
8 changed files with 41 additions and 2 deletions

View file

@ -104,6 +104,7 @@ sway_cmd cmd_exec_validate;
sway_cmd cmd_exec_process;
sway_cmd cmd_assign;
sway_cmd cmd_ttyaccess;
sway_cmd cmd_bar;
sway_cmd cmd_bindcode;
sway_cmd cmd_bindswitch;

View file

@ -506,6 +506,7 @@ struct sway_config {
enum focus_follows_mouse_mode focus_follows_mouse;
enum mouse_warping_mode mouse_warping;
enum focus_wrapping_mode focus_wrapping;
bool ttyaccess;
bool active;
bool failed;
bool reloading;