From 9e21a8baf86ca39467542083f9386fbc873211a8 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Wed, 10 Feb 2021 12:16:34 +0100 Subject: [PATCH] added windows grimshot --- roles/sway/templates/config.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/sway/templates/config.j2 b/roles/sway/templates/config.j2 index 6d32dac..6243401 100644 --- a/roles/sway/templates/config.j2 +++ b/roles/sway/templates/config.j2 @@ -115,6 +115,7 @@ bindsym $mod+Shift+q exec ~/.config/wofi/powermenu.sh #grimshot bindsym Shift+Print exec grimshot save area /home/user/img/grimshots/$(zenity --entry --text "Set filename:" --entry-text ".png") | wl-copy -p +bindsym Control+Print exec grimshot save window /home/user/img/grimshots/$(zenity --entry --text "Set filename:" --entry-text ".png") | wl-copy -p bindsym Print exec grimshot save output /home/user/img/grimshots/$(zenity --entry --text "Set filename:" --entry-text ".png") | wl-copy -p # variety