summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/sway/config9
-rw-r--r--.zshrc1
2 files changed, 10 insertions, 0 deletions
diff --git a/.config/sway/config b/.config/sway/config
index d7da3d2..ccf1455 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -122,6 +122,15 @@ mouse_warping none
bindsym Shift+XF86AudioRaiseVolume exec amixer set Master 1%+
#
+# Screenshot
+#
+
+ set $print_key F13
+ set $print_code 183
+ bindcode $print_code exec grim
+ bindcode $mod+$print_code exec grim -g "$(slurp)"
+
+#
# Moving around:
#
# Move your focus around
diff --git a/.zshrc b/.zshrc
index 140270b..426b14c 100644
--- a/.zshrc
+++ b/.zshrc
@@ -21,4 +21,5 @@ alias ls="exa"
alias tree="exa --tree"
export NNN_PLUG='n:nuke;p:addtoplaylist'
+export GRIM_DEFAULT_DIR=~/Images/Screenshots