Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

New profile: nsxiv #6588

Merged
merged 1 commit into from
Feb 23, 2025
Merged

New profile: nsxiv #6588

merged 1 commit into from
Feb 23, 2025

Conversation

amano-kenji
Copy link
Contributor

@amano-kenji amano-kenji commented Dec 27, 2024

@amano-kenji amano-kenji force-pushed the nsxiv branch 3 times, most recently from 83332ff to 990873e Compare December 28, 2024 14:06
@amano-kenji amano-kenji force-pushed the nsxiv branch 4 times, most recently from d13b4ee to db14e9d Compare February 9, 2025 14:04
@kmk3
Copy link
Collaborator

kmk3 commented Feb 10, 2025

(Offtopic)

If you are going to rebase to master, please do so in a separate force-push.
This makes it easier to review PR-specific changes if they are also
force-pushed, as each force-push gets its own timeline event.

For example:

git rebase master
git push --force-with-lease
# (modify PR-related files)
git push --force-with-lease

@amano-kenji amano-kenji force-pushed the nsxiv branch 3 times, most recently from 1eecb6f to 4693c24 Compare February 10, 2025 12:48
@amano-kenji
Copy link
Contributor Author

amano-kenji commented Feb 22, 2025

I looked into swayimg, and it's worse than nsxiv. I wish I could find a wayland-native alternative to nsxiv before Xorg dies.

swayimg starts as a floating window, and I can't make it start as a non-floating window. Its default background color is transparent, so it looks ugly without further configuration.

I something like nsxiv that doesn't force me to write C for config, supports wayland, and doesn't automatically write text config files. Qutebrowser has been exactly that. It supports python for config, supports wayland, and doesn't automatically write text config files. https://hackage.haskell.org/package/glirc configuration system is also okay.

I haven't seen any program that seamlessly mixes GUI config with manual text config. Qutebrowser is close to that ideal.

@kmk3 kmk3 merged commit 7650902 into netblue30:master Feb 23, 2025
8 checks passed
@kmk3
Copy link
Collaborator

kmk3 commented Feb 23, 2025

I looked into swayimg, and it's worse than nsxiv. I wish I could find a
wayland-native alternative to nsxiv before Xorg dies.

Even if all DEs/WMs somehow stop working, xwayland will probably be around for
a long while, as something is needed to keep existing programs working.

swayimg starts as a floating window, and I can't make it start as a
non-floating window. Its default background color is transparent, so it looks
ugly without further configuration.

I something like nsxiv that doesn't force me to write C for config, supports
wayland, and doesn't automatically write text config files. Qutebrowser has
been exactly that. It supports python for config, supports wayland, and
doesn't automatically write text config files.
https://hackage.haskell.org/package/glirc configuration system is also okay.

I haven't seen any program that seamlessly mixes GUI config with manual text
config. Qutebrowser is close to that ideal.

I think the main issue is that there is nothing as standard and as unified as
libx11 (and related libs) for wayland AFAIK, so you'd probably have to link to
something much bigger and framework-specific like libadwaita or qt and deal
with the potential design and maintenance churn.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

2 participants