Make Super_L chordable and implement hyprland-global-shortcuts-v1
This commit is contained in:
parent
8ff17aca1e
commit
6d3bff952e
16 changed files with 363 additions and 16 deletions
|
|
@ -204,6 +204,10 @@ pub enum Action {
|
|||
dx2: i32,
|
||||
dy2: i32,
|
||||
},
|
||||
TriggerGlobalShortcut {
|
||||
app_id: String,
|
||||
id: String,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Default)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue