Scrot selection using bindkeys
typing this in the teminal allows me to make a screen capture of a selection of the screen
scrot -s
however, in my i3 config i have the following:
bindsym $mod+z exec scrot -s
but it doesnt work
if i remove the -s
it does take a screenshot but of the whole screen.
bindsym $mod+z exec scrot
is there something in i3 that is blocking the mouse capturing?