collapse awesome configs back into a smaller amount of files #3
Labels
No Label
(alacritty)
(awesome)
(gtk)
attribution
bug
eyepain
idea
improvement
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: nu/dotfiles#3
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
i don't think this modularization approach is working quite like i'd like it to. it makes things seem needlessly complex, probably doesn't help that i'm not super well-versed in lua
i think some modularization should be good for organization purposes but it needs to be much less split up than it is right now
binding/*
can probably be merged into just onemain/binding.lua
file imo without causing issues with organization, as long as the resultant file gets commented properlymain/rules.lua
andmain/signals.lua
can maybe also be merged into onemain/clients.lua
-- maybemain/layouts.lua
and/ormain/tags.lua
can be included as well?