mirror of
https://github.com/swaywm/sway.git
synced 2026-04-23 06:46:27 -04:00
Do not VTs switch, block tty access
This commit is contained in:
parent
4832fc937f
commit
8a56b699ad
8 changed files with 41 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue