Skip to content

Commit f693885

Browse files
committed
Just use Meta + Right-Click
1 parent d15264d commit f693885

File tree

4 files changed

+349
-134
lines changed

4 files changed

+349
-134
lines changed

cosmic-comp-config/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ pub struct CosmicCompConfig {
3131
pub focus_follows_cursor_delay: u64,
3232
/// Let X11 applications scale themselves
3333
pub descale_xwayland: bool,
34+
/// How far the pointer can travel before it's considered as moved
35+
pub pointer_moved_epsilon: u32,
3436
}
3537

3638
impl Default for CosmicCompConfig {
@@ -60,6 +62,7 @@ impl Default for CosmicCompConfig {
6062
cursor_follows_focus: false,
6163
focus_follows_cursor_delay: 250,
6264
descale_xwayland: false,
65+
pointer_moved_epsilon: 10,
6366
}
6467
}
6568
}

0 commit comments

Comments
 (0)