onurmercury

Results 6 comments of onurmercury

NoCSD for GTK4 apps are also possible with [this simple patch](https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/6532). Although hiding window controls in the apps require more work than that. ![image](https://github.com/PCMan/gtk3-nocsd/assets/141233985/e4c2457f-4ddf-4a1b-8e85-304fc7bfc97a)

Python 3.10 doesn't work well with userge, try my loader fork https://github.com/onurmercury/userge-loader

> > Python 3.10 doesn't work well with userge, try my loader fork > > https://github.com/onurmercury/userge-loader > > Still with the same error Are you using the docker image or...

upstream bug, and they're still present. you can select them from ingame.

This might help ``` $ echo $FPATH /home/user/.oh-my-zsh/plugins/git:/home/user/.oh-my-zsh/functions:/home/user/.oh-my-zsh/completions:/home/user/.oh-my-zsh/cache/completions:/home/user/.zfunc:/usr/local/share/zsh/site-functions:/usr/share/zsh/site-functions:/usr/share/zsh/functions/Calendar:/usr/share/zsh/functions/Chpwd:/usr/share/zsh/functions/Completion:/usr/share/zsh/functions/Completion/Base:/usr/share/zsh/functions/Completion/Linux:/usr/share/zsh/functions/Completion/Unix:/usr/share/zsh/functions/Completion/X:/usr/share/zsh/functions/Completion/Zsh:/usr/share/zsh/functions/Exceptions:/usr/share/zsh/functions/MIME:/usr/share/zsh/functions/Math:/usr/share/zsh/functions/Misc:/usr/share/zsh/functions/Newuser:/usr/share/zsh/functions/Prompts:/usr/share/zsh/functions/TCP:/usr/share/zsh/functions/VCS_Info:/usr/share/zsh/functions/VCS_Info/Backends:/usr/share/zsh/functions/Zftp:/usr/share/zsh/functions/Zle ``` Probably under ```${prefix}/share/zsh/site-functions/```, at least this is where archlinux installs (podman for ex.) ``` usr/share/zsh/site-functions/_podman usr/share/zsh/site-functions/_podman-remote ``` but the author of...