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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue