-
-
Notifications
You must be signed in to change notification settings - Fork 525
fix: include nixos wrapped program to prevent infinite reloads #795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
What happens if we use pkill? do we still need the waybar-wrap ? |
|
nope pkill works directly with |
|
Let's just use pkill then. |
|
would you want something like that in a separate MR? I'm fine with this as is for now looking into it |
|
I find I think we can do exact matching for pkill pkill -x waybarshould do the trick |
|
if you were to do something explicit it would have to match both processes, eg
|
|
I'm still confused 😂 But ok 👌 |
This is an automated PR to promote changes from `dev` to `master`. Please review and test before merging. See [TESTING.md](./TESTING.md) for complete testing instructions. According to our release policy, this PR is expected to be merged on: **Friday** Testers are encouraged to test the changes before merging. Please note that this schedule may be adjusted based on the needs of the project. --- * chore Merge branch 'dev' of https://github.com/hyde-project/hyde into dev (cb99278) by kRHYME7 * fix: [Bug]: Executing `resetxdgportal.sh` on startup may conflict with systemd services #727 (83ab1b9) by kRHYME7 * chore Merge branch 'master' into dev (5db92ed) by Khing * chore refactor: hyprlock avoid multiple process (mem leak on hyprlock?) (c50422e) by kRHYME7 * fix: Rofi launch args should accept array (581ddc7) by kRHYME7 * chore Merge branch 'dev' of https://github.com/hyde-project/hyde into dev (885d9a8) by kRHYME7 * feat: set Xresource and Xdefaultffor cursors too (c26bc0f) by kRHYME7 * fix: include nixos wrapped program to prevent infinite reloads (#795) (fda4f70) by Richard Henninger * chore update: use more flexible flags for electron-based apps (#790) (b05d1a7) by Ilya Bogdanov * feat(wl-clip-persist): Keep Wayland clipboard even after programs close (09c37dc) by kRHYME7 * doc: fix schema for the site (b6b8bf2) by kRHYME7 * fix : [Bug]: Executing `resetxdgportal.sh` on startup may conflict with systemd services #727 (20a30af) by kRHYME7 * chore Correctly handle -run-command in rofi for uwsm with fall back (018bfec) by kRHYME7 * chore update: hyprlock minor fixes (#791) (8dbd753) by Ilya Bogdanov * chore Fix: Question: Disable Rofi Launcher Menu History? #777 (0c7bec4) by kRHYME7 * feat: Schema validations plus default config and md for reference (91781d3) by kRHYME7 * chore Merge branch 'dev' of https://github.com/hyde-project/hyde into dev (7fa7e09) by kRHYME7 * chore Merge branch 'master' into dev (0d328ae) by Khing * chore Merge branch 'dev' of https://github.com/hyde-project/hyde into dev (10710e6) by kRHYME7 * feat: Handle services for user and root (a57bd1b) by kRHYME7 * chore Improve dry-run consistency and avoid unintended modifications (#762) (98338c0) by Alexander Luisa * chore Merge branch 'master' into dev (23c7418) by Khing * feat: port kanji & roman options of `hyprland/workspaces` waybar module (#776) (62425da) by Ilya Bogdanov * fix(gamelauncher): Use 5 as default MODE if not explicitly defined (2e740ee) by kRHYME7 --- Please review the changes carefully before merging.
Pull Request
Description
fixes infinite reload of the waybar python script because nixos is special and has special named programs 😅
Type of change
Checklist
Screenshots
Additional context
on a sidenote i have a sed script already that replaces
killall waybarwith.waybar-wrappedglobally, weirdlypkill waybarsomehow works