1
0
Fork 0
forked from wry/wry

Make Super_L chordable and implement hyprland-global-shortcuts-v1

This commit is contained in:
entailz 2026-04-30 23:21:35 -07:00
parent 8ff17aca1e
commit 6d3bff952e
16 changed files with 363 additions and 16 deletions

View file

@ -204,6 +204,10 @@ pub enum Action {
dx2: i32,
dy2: i32,
},
TriggerGlobalShortcut {
app_id: String,
id: String,
},
}
#[derive(Debug, Clone, Default)]