Skip to content

Commit a43da8c

Browse files
committed
Just use Meta + Right-Click
1 parent fed8290 commit a43da8c

File tree

4 files changed

+353
-139
lines changed

4 files changed

+353
-139
lines changed

cosmic-comp-config/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ pub struct CosmicCompConfig {
4848
pub descale_xwayland: bool,
4949
/// The threshold before windows snap themselves to output edges
5050
pub edge_snap_threshold: u32,
51+
/// How far the pointer can travel before it's considered as moved
52+
pub pointer_moved_epsilon: u32,
5153
}
5254

5355
impl Default for CosmicCompConfig {
@@ -79,6 +81,7 @@ impl Default for CosmicCompConfig {
7981
focus_follows_cursor_delay: 250,
8082
descale_xwayland: false,
8183
edge_snap_threshold: 0,
84+
pointer_moved_epsilon: 10,
8285
}
8386
}
8487
}

0 commit comments

Comments
 (0)