mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Implement horizontal touchpad swipe
This commit is contained in:
@@ -192,6 +192,7 @@ pub struct Niri {
|
||||
pub dnd_icon: Option<WlSurface>,
|
||||
pub pointer_focus: Option<PointerFocus>,
|
||||
pub tablet_cursor_location: Option<Point<f64, Logical>>,
|
||||
pub gesture_swipe_3f_cumulative: Option<(f64, f64)>,
|
||||
|
||||
pub lock_state: LockState,
|
||||
|
||||
@@ -1048,6 +1049,7 @@ impl Niri {
|
||||
dnd_icon: None,
|
||||
pointer_focus: None,
|
||||
tablet_cursor_location: None,
|
||||
gesture_swipe_3f_cumulative: None,
|
||||
|
||||
lock_state: LockState::Unlocked,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user