chore(awesomerc): use the group attribute to reduce boilerplate code#4097
chore(awesomerc): use the group attribute to reduce boilerplate code#4097cnjhb wants to merge 1 commit intoawesomeWM:masterfrom
group attribute to reduce boilerplate code#4097Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4097 +/- ##
==========================================
+ Coverage 90.47% 90.49% +0.01%
==========================================
Files 941 941
Lines 60391 60391
Branches 1145 1145
==========================================
+ Hits 54638 54648 +10
+ Misses 5246 5234 -12
- Partials 507 509 +2 🚀 New features to boost your workflow:
|
no, there are more hotkeys which do other layout-related stuff, so that looks not logical assigning one of them randomly to another group |
It's been changed back now. |
| { description = "select layout directly", group = "layout" }) | ||
| }) | ||
|
|
||
| -- @DOC_NUMBER_KEYBINDINGS@ |
There was a problem hiding this comment.
now your change conflicts with this docstring
The last group for
awful.keyused to belayout, but setting it totagworks just fine, since it modifies the layout of the selected tag. It’s actually still related to the tag.