toml-config: add use-hardware-cursor setting
This commit is contained in:
parent
e89763e3fe
commit
0a3d022829
6 changed files with 26 additions and 0 deletions
|
|
@ -1244,6 +1244,9 @@ fn load_config(initial_load: bool, persistent: &Rc<PersistentState>) {
|
|||
if let Some(key) = config.pointer_revert_key {
|
||||
persistent.seat.set_pointer_revert_key(key);
|
||||
}
|
||||
if let Some(v) = config.use_hardware_cursor {
|
||||
persistent.seat.use_hardware_cursor(v);
|
||||
}
|
||||
}
|
||||
|
||||
fn create_command(exec: &Exec) -> Command {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue