You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using remontoire primarily with regolith. Therefore, I try my best not to modify i3 config directly for keybindings, and opt in to use Xresources to modiy keymappings instead.
What I wanted to do was add remontoire comments to my Xresources for only the mappings I modify, and then concatenate my i3 config with my Xresources for a complete remontoire cheatsheet. cat ~/.config/regolith/i3/config ~/.config/regolith/Xresources | remontoire -i
This creates duplicate entries, unless I remove the comments in my i3 config.
I wish remontoire would only show only the last line for every category x action combination.
The text was updated successfully, but these errors were encountered:
Currently, using the following comments creates two entries in remontoire with different keybindings:
I am using remontoire primarily with regolith. Therefore, I try my best not to modify i3 config directly for keybindings, and opt in to use
Xresources
to modiy keymappings instead.What I wanted to do was add remontoire comments to my
Xresources
for only the mappings I modify, and then concatenate my i3 config with my Xresources for a complete remontoire cheatsheet.cat ~/.config/regolith/i3/config ~/.config/regolith/Xresources | remontoire -i
This creates duplicate entries, unless I remove the comments in my i3 config.
I wish remontoire would only show only the last line for every category x action combination.
The text was updated successfully, but these errors were encountered: