Update fish function for flameshot to include delay.
All checks were successful
Build and Push Docker Image / build-push (push) Successful in 13s

This commit is contained in:
Shaun Setlock
2025-07-10 15:50:05 -04:00
parent 56b5009ebf
commit e5f696bb90

View File

@@ -1,4 +1,4 @@
# 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"
bash -c -- "QT_QPA_PLATFORM=wayland flameshot gui --delay 3000"
end