mylinuxforwork / dotfiles

The ML4W Dotfiles for Hyprland - An advanced and full-featured configuration for the dynamic tiling window manager Hyprland including an easy to use installation script for Arch based Linux distributions.
GNU General Public License v3.0
502 stars 51 forks source link

[FEATURE] Add nwg-dock as an option #58

Open mylinuxforwork opened 1 month ago

mylinuxforwork commented 1 month ago

A dock could improve the usability of the ML4W Dotfiles installation by giving easy access to often used and running apps.

Implementation based on https://github.com/nwg-piotr/nwg-dock-hyprland

Requires modification in the stylesheet.

dwilliam62 commented 1 month ago

Suggest you make it optional. Adding a dock sort of defeats the design of WMs. To get away from using mouse to start programs making it more of a DE. The sooner a new user gets away from mouse centric use the better a WM will improve their workflow.

mylinuxforwork commented 1 month ago

Suggest you make it optional. Adding a dock sort of defeats the design of WMs. To get away from using mouse to start programs making it more of a DE. The sooner a new user gets away from mouse centric use the better a WM will improve their workflow.

Will be definitely optional.

valtoree commented 2 weeks ago

Hi love your work. I would love a dock pls pls 🙏

dwilliam62 commented 2 weeks ago

The package is available in the various repos, and you can install it yourself anytime.

Regards, Don

On Mon, Aug 26, 2024 at 4:17 PM valtoree @.***> wrote:

Hi love your work. I would love a dock pls pls 🙏

— Reply to this email directly, view it on GitHub https://github.com/mylinuxforwork/dotfiles/issues/58#issuecomment-2311008874, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6Z4V6UTEDLSE3GKUJYJ7M3ZTOENZAVCNFSM6AAAAABLOI5FP6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJRGAYDQOBXGQ . You are receiving this because you commented.Message ID: @.***>

mylinuxforwork commented 2 weeks ago

@valtoree you can install it with

yay -S nwg-dock-hyprland

Then add

exec-once = nwg-dock-hyprland -x -i 40 -mb 10

to .config/hypr/conf/custom.conf

I am currently testing it.