Skip to content

Commit

Permalink
Just use Meta + Right-Click
Browse files Browse the repository at this point in the history
  • Loading branch information
Koranir committed Jan 16, 2025
1 parent ce222e2 commit 532f477
Show file tree
Hide file tree
Showing 4 changed files with 349 additions and 134 deletions.
3 changes: 3 additions & 0 deletions cosmic-comp-config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ pub struct CosmicCompConfig {
pub focus_follows_cursor_delay: u64,
/// Let X11 applications scale themselves
pub descale_xwayland: bool,
/// How far the pointer can travel before it's considered as moved
pub pointer_moved_epsilon: u32,
}

impl Default for CosmicCompConfig {
Expand Down Expand Up @@ -60,6 +62,7 @@ impl Default for CosmicCompConfig {
cursor_follows_focus: false,
focus_follows_cursor_delay: 250,
descale_xwayland: false,
pointer_moved_epsilon: 10,
}
}
}
Expand Down
Loading

0 comments on commit 532f477

Please sign in to comment.