taylor85345
taylor85345
Confirming that this issue exists in Sway and Hyprland as well. It's not just a river issue.
> Might be cool to offer it as an option to forgo the popup i.e. just get that metadata. I tried to make the data optional, but again it's my...
Ok, I figured it out. I've added the flags `--metadata` to trigger printing metadata to STDOUT, and `--noimage` to optionally suppress display of the comic.
Done! And Thanks. I'm reasonably competent with bash script, so I've got the basic scripting logic, and it's mostly just extrapolating from what's already there to get the syntax. I...
It looks to me like you are applying your transparency via a windowrule in your hyprland.conf. Blur doesn't apply by default to windows using the opacity windowrule, and if you...
There is an issue with kitty transparency on Nvidia systems that cropped up in the last few weeks. I feel like it may be resolved already, so maybe test `kitty-git`...
Maybe also try running your games in gamescope? It's worked wonders for me.
I run most of my games out of steam using this Launch Argument `gamescope -ef -H 1080 -- %command%` `-e` for Steam Integration, `-f` for Fullscreen, `-H 1080` for 1920x1080...
Those all seem to be gtk applications. Perhaps you need to [configure you cursor for gtk](https://github.com/hyprwm/Hyprland/wiki/FAQ#how-do-i-change-me-mouse-cursor)
Thanks for the pointer. I was actually still having issues with slow first launches after a reboot, and adding `systemctl --user import-environment` to my init script further resolved that issue...