commit: 91e2aebc53bd72bcb4e7669cf78014ff48ac3fa4
parent: 51f543eb9ce03855b7d455b6e8934d13b8835403
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 27 Jul 2019 02:27:50 +0200
sway/config: Add screenshot binding
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.config/sway/config b/.config/sway/config
@@ -135,3 +135,4 @@ for_window [window_role="Browser"] move workspace 2
exec_always swaymsg 'input * xkb_layout "'${XKB_DEFAULT_LAYOUT}'"'
exec_always swaymsg 'input * xkb_variant "'${XKB_DEFAULT_VARIANT}'"'
exec_always swaymsg 'input * xkb_options "'${XKB_DEFAULT_OPTIONS}'"'
+bindsym Print exec 'slurp | grim -g - /tmp/screen.png'