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 YaLTeR#28.
  • Loading branch information
kchibisov committed Oct 27, 2023
1 parent 64ac316 commit 44849fa
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 214 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 44849fa

Please sign in to comment.