diff --git a/hyprctl/CMakeLists.txt b/hyprctl/CMakeLists.txt index 1a888cabb..57746de4f 100644 --- a/hyprctl/CMakeLists.txt +++ b/hyprctl/CMakeLists.txt @@ -5,7 +5,7 @@ project( DESCRIPTION "Control utility for Hyprland" ) -pkg_check_modules(hyprctl_deps REQUIRED IMPORTED_TARGET hyprutils>=0.2.4 hyprwire re2) +pkg_check_modules(hyprctl_deps REQUIRED IMPORTED_TARGET hyprutils>=0.2.4 hyprwire re2 readline) file(GLOB_RECURSE HYPRCTL_SRCFILES CONFIGURE_DEPENDS "src/*.cpp" "hw-protocols/*.cpp" "include/*.hpp") diff --git a/hyprctl/src/Strings.hpp b/hyprctl/src/Strings.hpp index 421c4c18e..69bdd470b 100644 --- a/hyprctl/src/Strings.hpp +++ b/hyprctl/src/Strings.hpp @@ -19,6 +19,7 @@ commands: dismissnotify [amount] → Dismisses all or up to AMOUNT notifications dispatch [args] → Issue a dispatch to call a keybind dispatcher with arguments + eval → Issue a Lua string to execute getoption