I added the following to ~/.config/labwc/rc.xml to give me region select with "Shift-Print Screen" for print screen:
I tried playing around with different window placement policies but I could only get "center" and "automatic" work in the version of labwc in Raspberry Pi OS, not "cascade". Note: "automatic" gives you tiling type behavior.
Code:
<keyboard> <keybind key="S-Print"> <action name="Execute"> <command>sh -c 'grim -g "$(slurp)"' </command> </action> </keybind> <keyboard>
Statistics: Posted by sparkyhall — Sun Nov 03, 2024 5:12 pm