From 719d1e09f6150beb25d423cdabed6507aab9a261 Mon Sep 17 00:00:00 2001 From: _N0x <tf@n0x.io> Date: Sat, 15 Feb 2025 19:03:04 +0100 Subject: [PATCH] FEAT: Added swappy config --- swappy/.config/swappy/config | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 swappy/.config/swappy/config diff --git a/swappy/.config/swappy/config b/swappy/.config/swappy/config new file mode 100644 index 0000000..261ab44 --- /dev/null +++ b/swappy/.config/swappy/config @@ -0,0 +1,12 @@ +[Default] +save_dir=$HOME/Pictures/Screenshots +save_filename_format=swappy-%Y%m%d-%H%M%S.png +show_panel=false +line_size=5 +text_size=20 +text_font=sans-serif +paint_mode=brush +early_exit=true +fill_shape=false +auto_save=true +custom_color=rgba(193,125,17,1)