From fcc5f89c145b03408f330b4c290e109a895eef9f Mon Sep 17 00:00:00 2001 From: osbm Date: Fri, 24 Mar 2023 02:01:53 +0300 Subject: [PATCH] add scrot configuration --- install.sh | 1 + src/.config/i3-scrot.conf | 1 + 2 files changed, 2 insertions(+) create mode 100644 src/.config/i3-scrot.conf diff --git a/install.sh b/install.sh index b58052e..e520fcc 100755 --- a/install.sh +++ b/install.sh @@ -20,3 +20,4 @@ link_file() { link_file .zshrc ~ link_file .zprofile ~ link_file .gitconfig ~ +link_file .config/i3-scrot.conf ~/.config diff --git a/src/.config/i3-scrot.conf b/src/.config/i3-scrot.conf new file mode 100644 index 0000000..8c6fab5 --- /dev/null +++ b/src/.config/i3-scrot.conf @@ -0,0 +1 @@ +scrot_dir=/home/osman/Pictures/screenshots