forked from quickshell/quickshell
hyprland/global_shortcuts: add GlobalShortcut
This commit is contained in:
parent
87a884ca36
commit
bba8cb8a7d
14 changed files with 569 additions and 6 deletions
|
@ -1,7 +1,13 @@
|
|||
qt_add_library(quickshell-hyprland STATIC)
|
||||
qt_add_qml_module(quickshell-hyprland URI Quickshell.Hyprland VERSION 0.1)
|
||||
|
||||
add_subdirectory(focus_grab)
|
||||
if (HYPRLAND_FOCUS_GRAB)
|
||||
add_subdirectory(focus_grab)
|
||||
endif()
|
||||
|
||||
if (HYPRLAND_GLOBAL_SHORTCUTS)
|
||||
add_subdirectory(global_shortcuts)
|
||||
endif()
|
||||
|
||||
target_link_libraries(quickshell-hyprland PRIVATE ${QT_DEPS})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue