Christian "Krissy" Silvermoon

Results 83 comments of Christian "Krissy" Silvermoon

I'd still suggest that since this doesn't occur with levels already at a larger size that the game should compensate by accounting for max possible resizes based on event data...

> > I'd still suggest that since this doesn't occur with levels already at a larger size that the game should compensate by accounting for max possible resizes based on...

I'm also bothered by this. My current work around is to always execute Itch like so ```bash HOME="$HOME/.local/opt/itch" ./itch ``` I currently use a wrapper script to do this for...

This would really be one of the best things for ZeldaClassic, hope this happens for sure.

> Nice idea, although, I'm currently busy with school. I'll try to implement it on weekends, together with new features > > Also, with flatpak it might be `flatpak run...

> Is there any way to force itch to look for files inside `.local/share` insted of `.config`? Would it respect a symlink? Also, considering this is all done at setup,...

> This still doesn't solve the `~/.config/` situation, does it? I don't mind dotfiles on my `$HOME`, but a huge `.config/` dir is another matter altogether. This workaround causes Itch...

@calestyo So... like `bd`, but with history? I personally like to override `cd` with a shell function that automatically pushes directories onto your *Directory Stack* if you're after that. For...

> Hi @ChristianSilvermoon. Thank you for your interest in bd. I am aware of your PR. That one is very useful but I need to do a thorough testing and...

I figured I would share a thing based on the response of @Calinou ```bash #!/bin/bash # force-zink export VK_LAYER_PATH=/usr/share/vulkan/implicit_layer.d export __GLX_VENDOR_LIBRARY_NAME=mesa export MESA_LOADER_DRIVER_OVERRIDE=zink export GALLIUM_DRIVER=zink [ "$ENABLE_VKBASALT" = "1" ]...