Files
dotfiles/fish/functions/flame.fish
Shaun Setlock e5f696bb90
All checks were successful
Build and Push Docker Image / build-push (push) Successful in 13s
Update fish function for flameshot to include delay.
2025-07-10 15:50:05 -04:00

5 lines
251 B
Fish

# Defined in - @ line 1
function flame --wraps='bash -c -- "QT_QPA_PLATFORM=wayland flameshot gui"' --description 'alias flame=bash -c -- "QT_QPA_PLATFORM=wayland flameshot gui"'
bash -c -- "QT_QPA_PLATFORM=wayland flameshot gui --delay 3000"
end