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

@ -0,0 +1,14 @@
request destroy (destructor) {
}
event pressed {
tv_sec_hi: u32,
tv_sec_lo: u32,
tv_nsec: u32,
}
event released {
tv_sec_hi: u32,
tv_sec_lo: u32,
tv_nsec: u32,
}

View file

@ -0,0 +1,10 @@
request register_shortcut {
shortcut: id(hyprland_global_shortcut_v1) (new),
id: str,
app_id: str,
description: str,
trigger_description: str,
}
request destroy (destructor) {
}