From 56b5009ebf0b81c39c6d6cf12e8c05f540f4efee Mon Sep 17 00:00:00 2001 From: Shaun Setlock Date: Thu, 10 Jul 2025 15:23:03 -0400 Subject: [PATCH] Create fish function for flameshot gui on wayland. --- fish/functions/flame.fish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fish/functions/flame.fish diff --git a/fish/functions/flame.fish b/fish/functions/flame.fish new file mode 100644 index 0000000..6a9a393 --- /dev/null +++ b/fish/functions/flame.fish @@ -0,0 +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" +end