Skip to content

Commit

Permalink
Don't send key on release from niri actions
Browse files Browse the repository at this point in the history
Some clients run logic on `Release`, thus don't send the key originally
used for running `niri` actions.

Fixes #28.
  • Loading branch information
kchibisov committed Oct 29, 2023
1 parent 345428b commit 0f4e0d2
Show file tree
Hide file tree
Showing 3 changed files with 460 additions and 293 deletions.
2 changes: 0 additions & 2 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,6 @@ bitflags! {

#[derive(knuffel::Decode, Debug, Clone, PartialEq)]
pub enum Action {
#[knuffel(skip)]
None,
Quit,
#[knuffel(skip)]
ChangeVt(i32),
Expand Down
Loading

0 comments on commit 0f4e0d2

Please sign in to comment.