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