aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-06-28 16:12:47 +0200
committervaxerski <[email protected]>2022-06-28 16:12:47 +0200
commit6213328d2cba771aa8db4379d6ec88bf15f103d9 (patch)
tree128a40f47124af8de061b74b4096398ff57ca1c0
parentf7db5eaf50108f91075de2b219db455b8089fef2 (diff)
downloadHyprland-6213328d2cba771aa8db4379d6ec88bf15f103d9.tar.gz
Hyprland-6213328d2cba771aa8db4379d6ec88bf15f103d9.zip
default currentrules to nullv0.6.2beta
-rw-r--r--src/helpers/WLClasses.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/WLClasses.hpp b/src/helpers/WLClasses.hpp
index d6282224..d32ae333 100644
--- a/src/helpers/WLClasses.hpp
+++ b/src/helpers/WLClasses.hpp
@@ -71,7 +71,7 @@ struct SKeyboard {
bool active = false;
- xkb_rule_names currentRules;
+ xkb_rule_names currentRules = {0};
// For the list lookup
bool operator==(const SKeyboard& rhs) {