From ebc10ac88021e994b4671a96739f9258e00a4b1e Mon Sep 17 00:00:00 2001 From: eoli3n Date: Sun, 2 Oct 2022 13:03:27 +0200 Subject: [PATCH] same screenshot dir for android and linux --- roles/sway/templates/config.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/sway/templates/config.j2 b/roles/sway/templates/config.j2 index 20de781..f3c9957 100644 --- a/roles/sway/templates/config.j2 +++ b/roles/sway/templates/config.j2 @@ -120,9 +120,9 @@ client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c 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 +bindsym Shift+Print exec grimshot save area /home/user/img/screenshots/$(zenity --entry --text "Set filename:" --entry-text ".png") | wl-copy -p +bindsym Control+Print exec grimshot save window /home/user/img/screenshots/$(zenity --entry --text "Set filename:" --entry-text ".png") | wl-copy -p +bindsym Print exec grimshot save output /home/user/img/screenshots/$(zenity --entry --text "Set filename:" --entry-text ".png") | wl-copy -p # variety bindsym $mod+less exec variety --next