donovanglover / hyprnome

GNOME-like workspace switching in Hyprland.
https://donovan.is/hyprnome
GNU General Public License v3.0
120 stars 3 forks source link

Hyprnome not running via exec bind #92

Closed wyqydsyq closed 1 month ago

wyqydsyq commented 2 months ago

Bug Report

Environment

Expected Behavior

Running Hyprnome via Hyprland exec binding works

Current Behavior

bind=SUPER_SHIFT,Q,exec,hyprnome should run hypernome on pressing super+shift+Q but nothing happens

Running hyprnome directly in my terminal works perfectly and switches workspaces as expected

Running anything else with the exact same binding e.g. bind=SUPER_SHIFT,Q,exec,firefox works perfectly

But for some reason hyprnome does nothing when I run it from an exec binding

Step to Reproduce

Priorities

Add a :+1: reaction to issues you find important.

donovanglover commented 1 month ago

Sounds like hyprnome isn't available in the $PATH that hyprland.conf has access to. This thread covers some ways you can add hyprnome to your $PATH.

donovanglover commented 1 month ago

Closing since not a hyprnome issue

wyqydsyq commented 4 weeks ago

It's installed to ~/.cargo/bin which is in my $PATH and the reason I can run it normally through a terminal, so I don't think that is the issue here unless somehow hyprland is loading with a different $PATH from my shell profile