Change default X11 eavesdropping to None
This commit is contained in:
parent
a8d12f3172
commit
99bbd10168
1 changed files with 1 additions and 1 deletions
|
|
@ -166,9 +166,9 @@ pub struct XwaylandEavesdropping {
|
|||
|
||||
#[derive(Debug, Default, Clone, Copy, PartialEq, Eq, Deserialize, Serialize)]
|
||||
pub enum EavesdroppingKeyboardMode {
|
||||
#[default]
|
||||
None,
|
||||
Modifiers,
|
||||
#[default]
|
||||
Combinations,
|
||||
All,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue