From 47b6da0cc833e897a50583e6015d750d0b81dae2 Mon Sep 17 00:00:00 2001 From: odrling Date: Wed, 27 Mar 2024 18:39:59 +0100 Subject: [PATCH] [swayimg] add config --- .config/swayimg/config | 10 ++++++++++ .gitignore | 3 +++ 2 files changed, 13 insertions(+) create mode 100644 .config/swayimg/config diff --git a/.config/swayimg/config b/.config/swayimg/config new file mode 100644 index 0000000..2087958 --- /dev/null +++ b/.config/swayimg/config @@ -0,0 +1,10 @@ +[general] +transparency=grid +background=555555 +antialiasing=yes + +[keys] +y = exec hikari -c "%" +Shift+Space = prev_file +Left = prev_file +Right = next_file diff --git a/.gitignore b/.gitignore index 47d6ccc..16229be 100644 --- a/.gitignore +++ b/.gitignore @@ -257,3 +257,6 @@ Cache /.gnupg/* !/.gnupg/gpg.conf !/.gnupg/gpg-agent.conf + +# swayimg +!/.config/swayimg