mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-03 13:41:59 -07:00
additional keymap reload safety
This commit is contained in:
@@ -71,6 +71,8 @@ struct SKeyboard {
|
||||
|
||||
bool active = false;
|
||||
|
||||
xkb_rule_names currentRules;
|
||||
|
||||
// For the list lookup
|
||||
bool operator==(const SKeyboard& rhs) {
|
||||
return keyboard == rhs.keyboard;
|
||||
|
Reference in New Issue
Block a user