summaryrefslogtreecommitdiff
path: root/home/.selfconfigs/sway/capture_current_window
diff options
context:
space:
mode:
Diffstat (limited to 'home/.selfconfigs/sway/capture_current_window')
-rwxr-xr-xhome/.selfconfigs/sway/capture_current_window3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/.selfconfigs/sway/capture_current_window b/home/.selfconfigs/sway/capture_current_window
new file mode 100755
index 0000000..4a5d428
--- /dev/null
+++ b/home/.selfconfigs/sway/capture_current_window
@@ -0,0 +1,3 @@
+#!/usr/bin/bash -eu
+
+grim -g "$(swaymsg -t get_tree | jq -r '.. | select(.focused?) | .rect | "\(.x),\(.y) \(.width)x\(.height)"')" ~/screenshot.png