From 5303a93e873b8eb48192a6e7ba9d3d9a0821d94d Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Wed, 18 May 2022 12:04:51 +0200 Subject: i3: printscreen --- .config/i3/config | 1 + .local/bin/printscreen | 3 +++ 2 files changed, 4 insertions(+) create mode 100755 .local/bin/printscreen diff --git a/.config/i3/config b/.config/i3/config index fea3f00..4d944e5 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -17,6 +17,7 @@ bindsym $mod+e exec pcmanfm bindsym $mod+f fullscreen toggle bindsym $mod+i exec --no-startup-id polybar-msg cmd toggle bindsym $mod+Shift+s exec --no-startup-id ~/.local/bin/screenshot +bindsym Print exec --no-startup-id ~/.local/bin/printscreen bindsym $mod+Shift+c exec --no-startup-id ~/.local/bin/picom-toggle bindsym $mod+d exec --no-startup-id rofi -show drun -show-icons -drun-display-format {name} diff --git a/.local/bin/printscreen b/.local/bin/printscreen new file mode 100755 index 0000000..588b15b --- /dev/null +++ b/.local/bin/printscreen @@ -0,0 +1,3 @@ +#!/bin/sh + +scrot -q 100 -e 'xclip -selection c -t image/png < $f; mv $f ~/Pictures/screenshots/' -- cgit v1.2.3-70-g09d2