prasanthrangan / hyprdots

// Aesthetic, dynamic and minimal dots for Arch hyprland
GNU General Public License v3.0
6.32k stars 747 forks source link

Rename `Config/.local/share/bin` to `Config/.local/share/hyde` #1330

Open Gigas002 opened 4 months ago

Gigas002 commented 4 months ago

IMO bin is not descriptive enough. It'd better to explicitly state that it's a part of hyde

MahtoSujeet commented 4 months ago

.local/share/bin is a conventional directory that we use to store local binary files. It makes more sense to put all executables in this directory instead of putting it in .local/share/hyde and then adding in to PATH

Gigas002 commented 4 months ago

It is already setting in hyprland,conf, see: https://github.com/prasanthrangan/hyprdots/blob/7222bf2de46e0b0453315e8ec225fa1c191ee85c/Configs/.config/hypr/hyprland.conf#L11

I think you've mistaken the ~/.local/bin with ~/.local/share/bin. The first one indeed adds script to a PATH automatically, but second one doesn't. In any way, I still think using explicit directory is more descriptive.