mylinuxforwork / hyprland-starter

The ML4W Hyprland Starter - The perfect starting point for your Hyprland experiments. Easy to install, simple to configure.
GNU General Public License v3.0
233 stars 25 forks source link

Hyprland filemanager keybind mispelled #1

Closed DevArroliga closed 3 months ago

DevArroliga commented 3 months ago

Hey, what's up? I just started using your Hyprland configuration preset in Arch Linux (and I think you did an excellent job :100: ), but I encountered a small error in the 'binds.conf' file regarding the keybind that opens the file manager.

Actually it is written like this: bind = $mainMod, E, exec, ~/.config/ml4w/settings/filemanger.sh # Opens the filemanager

But it should be written like this one: bind = $mainMod, E, exec, ~/.config/ml4w/settings/filemanager.sh # Opens the filemanager

As you can see it's just that the letter a is not included in manager.

mylinuxforwork commented 3 months ago

Thank you so much for testing. And you’re absolutely right. Will fix the typo before the official launch.Thanks,Stephan Viele Grüße/Best regards,Stephan RaabeOn 14. Jul 2024, at 00:13, Roberto Amador @.***> wrote: Hey, what's up? I just started using your Hyprland configuration preset in Arch Linux (and I think you did an excellent job 💯 ), but I encountered a small error in the 'binds.conf' file regarding the keybind that opens the file manager. Actually it is written like this: bind = $mainMod, E, exec, ~/.config/ml4w/settings/filemanger.sh # Opens the filemanager But it should be written like this one: bind = $mainMod, E, exec, ~/.config/ml4w/settings/filemanager.sh # Opens the filemanager As you can see it's just that the letter a is not included in manager.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

mylinuxforwork commented 3 months ago

@DevArroliga Fixed for the launch later today.