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
14
wire/hyprland_global_shortcut_v1.txt
Normal file
14
wire/hyprland_global_shortcut_v1.txt
Normal 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,
|
||||
}
|
||||
10
wire/hyprland_global_shortcuts_manager_v1.txt
Normal file
10
wire/hyprland_global_shortcuts_manager_v1.txt
Normal 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) {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue