From 2f8e31cfe820251d741484d060d347a2e5a633a8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 2 Jun 2024 13:01:29 -0700 Subject: [PATCH] Fine to key all hotkey settings in one file --- install/flameshot.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/flameshot.sh b/install/flameshot.sh index 3fa7e38..a045e49 100644 --- a/install/flameshot.sh +++ b/install/flameshot.sh @@ -1,5 +1,4 @@ # Flameshot is a nice step-up over the default Gnome screenshot tool if ! command -v flameshot &>/dev/null; then sudo apt install -y flameshot - # FIXME: Move the hotkey setting over here when we have a command for it fi