All checks were successful
Build and Push Docker Image / build-push (push) Successful in 13s
5 lines
251 B
Fish
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
|