diff --git a/README.org b/README.org index 65864d9..6eaf693 100644 --- a/README.org +++ b/README.org @@ -96,6 +96,7 @@ - [[#config-1][Config]] - [[#gtk][Gtk]] - [[#qt][Qt]] + - [[#swappy][Swappy]] - [[#ssh][SSH]] - [[#config-2][Config]] - [[#system-settings][System Settings]] @@ -8262,7 +8263,7 @@ xf86audionext # Screenshot print - flameshot gui + grim -g "$(slurp)" - | swappy -f - # Brightness Controls xf86monbrightnessup @@ -8596,6 +8597,21 @@ show_urls = true } #+END_SRC +** Swappy + +#+BEGIN_SRC conf :tangle swappy/.config/swappy/config +[Default] +save_dir=$HOME/Downloads +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=false +fill_shape=false +#+END_SRC + * SSH ** Config @@ -9010,6 +9026,7 @@ stow-create: -S snapborg \ -S ssh \ -S starship \ + -S swappy \ -S swaync \ -S swhkd \ -S syncthing \ @@ -9069,6 +9086,7 @@ stow-delete: -D snapborg \ -D ssh \ -D starship \ + -D swappy \ -D swaync \ -D swhkd \ -D syncthing \ @@ -9128,6 +9146,7 @@ stow-recreate: -R snapborg \ -R ssh \ -R starship \ + -R swappy \ -R swaync \ -R swhkd \ -R syncthing \ diff --git a/dwl/.config/dwl b/dwl/.config/dwl index fb69bfb..f4f5234 160000 --- a/dwl/.config/dwl +++ b/dwl/.config/dwl @@ -1 +1 @@ -Subproject commit fb69bfbff2286218424803f35c892f4058fa07e0 +Subproject commit f4f5234990b34f21aab6d0169f4c6d416107de58 diff --git a/justfile b/justfile index 0d1de5f..c3fecc8 100644 --- a/justfile +++ b/justfile @@ -60,6 +60,7 @@ stow-create: -S snapborg \ -S ssh \ -S starship \ + -S swappy \ -S swaync \ -S swhkd \ -S syncthing \ @@ -119,6 +120,7 @@ stow-delete: -D snapborg \ -D ssh \ -D starship \ + -D swappy \ -D swaync \ -D swhkd \ -D syncthing \ @@ -178,6 +180,7 @@ stow-recreate: -R snapborg \ -R ssh \ -R starship \ + -R swappy \ -R swaync \ -R swhkd \ -R syncthing \ diff --git a/swappy/.config/swappy/config b/swappy/.config/swappy/config new file mode 100644 index 0000000..b66e652 --- /dev/null +++ b/swappy/.config/swappy/config @@ -0,0 +1,10 @@ +[Default] +save_dir=$HOME/Downloads +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=false +fill_shape=false diff --git a/swhkd/.config/swhkd/swhkdrc b/swhkd/.config/swhkd/swhkdrc index bad82a7..1d0bf44 100644 --- a/swhkd/.config/swhkd/swhkdrc +++ b/swhkd/.config/swhkd/swhkdrc @@ -42,7 +42,7 @@ xf86audionext # Screenshot print - flameshot gui + grim -g "$(slurp)" - | swappy -f - # Brightness Controls xf86monbrightnessup