mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-05 22:51:58 -07:00
Added bindl
This commit is contained in:
@@ -11,6 +11,7 @@ struct SKeybind {
|
||||
uint32_t modmask = 0;
|
||||
std::string handler = "";
|
||||
std::string arg = "";
|
||||
bool locked = false;
|
||||
};
|
||||
|
||||
class CKeybindManager {
|
||||
|
Reference in New Issue
Block a user