Make keybindings configurable

This commit is contained in:
loki
2021-08-03 15:24:04 +02:00
parent 6c11e9f27d
commit f08b6abc96
8 changed files with 125 additions and 24 deletions

View File

@@ -495,7 +495,6 @@ std::vector<std::string> display_names() {
names.reserve(monitor);
for(auto x = 0; x < monitor; ++x) {
BOOST_LOG(fatal) << x;
names.emplace_back(std::to_string(x));
}