From 6523a1a784c37ec2d98fea1132b112ab2bd83778 Mon Sep 17 00:00:00 2001 From: Andrea Date: Sun, 2 Jun 2024 09:58:48 +0200 Subject: [PATCH] chore(swappy): add swappy --- README.md | 3 ++- swappy/config | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 swappy/config diff --git a/README.md b/README.md index ad16500..9fb4bab 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,5 @@ List of my dot files for my Arch Linux desktop. - [Sway](https://github.com/swaywm/sway): i3-compatible Wayland compositor - [Waybar](https://github.com/Alexays/Waybar): Wayland bar for Sway - [Alacritty](https://github.com/alacritty/alacritty): Terminal emulator -- [Mako](https://github.com/emersion/mako): Wayland notification daemon \ No newline at end of file +- [Mako](https://github.com/emersion/mako): Wayland notification daemon +- [Swappy](https://github.com/jtheoof/swappy): Wayland native snapshot editing tool \ No newline at end of file diff --git a/swappy/config b/swappy/config new file mode 100644 index 0000000..ff64692 --- /dev/null +++ b/swappy/config @@ -0,0 +1,10 @@ +[Default] +save_dir=$HOME/Desktop +save_filename_format=Screenshot-%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