Conversation
zimward
left a comment
There was a problem hiding this comment.
btw: for squashing you may want to read this https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History
modules/hypr/module.nix
Outdated
| }; | ||
|
|
||
| config.flags = { | ||
| "--config" = config."hypr.conf".path; |
There was a problem hiding this comment.
| "--config" = config."hypr.conf".path; | |
| "--config" = toString config."hypr.conf".path; |
|
Wait is this just for hyprland or all hypr* ecosystem tools like hypridle and hyprpaper? |
thats just a basic wrapper around hyprland without structured settings even |
then shouldnt it be called hyprland instead of hypr? |
The name is just cause' what's the name of the dotfile for hyprland which is called hypr |
|
yeah i guess it would be better to name it |
Good point, I'll change it in a bit and then do the squash cause ik that hype x11 exists but I didn't want it to take in mind |
|
there it is, with the squashing :D |
|
quite a large diff for just one module dont you think? can i see the commit history somewhere? |
|
@Mrid22 by accident I sync the main branch for the wrapper in mine |
|
I can another pr if any if u want. One a bit cleaner. |
I guess this is ultimately up to @zimward but heres what i would do if i were you:
|
Yeah I might do that, but for the moment I'll wait for @zimward to check this PR, after all the thread might be useful for someone some day, after that I'll create the other or with the instructions u gave me |
|
yeah since you apparently merged |
|
@zimward okay okay, I create another PR in this case :D, sorry for the trouble btw :( |
don't worry. also one git tip: when working on PRs use |
|
Here's the new PR with just the hyprland module: #138 :D. |

adds support for single file hypr.conf