Skip to content

Instantly share code, notes, and snippets.

View SwCake1's full-sized avatar
🎯
Focusing

Vladislav Samokhin SwCake1

🎯
Focusing
View GitHub Profile
@SwCake1
SwCake1 / gist:d2d959ccb31bd8f721daae28f2fc4951
Created April 16, 2026 14:15
My Marta file manager config
behavior {
theme "Kon"
completionSoundCondition "always"
preselectFirstMenuItem true
actions {
core.trash.confirm false
override func animateLayoutTransition(_ context: ASContextTransitioning) {
if textNode.text == "" {
let finalTextFrame = context.finalFrame(for: textNode)
var finalButtonFrame = context.initialFrame(for: cancelButton)
finalButtonFrame.origin.x = UIScreen.main.bounds.width
UIView.animate(withDuration: 0.1, animations: {