Tags: pedrolucasp/slurp
Tags
slurp v1.3.0
This release adds the following new features:
- Touch input is now supported
- The current selection can now be moved by holding the Space key
- Choice boxes specified on stdin can now be labelled
- A new format option prints the name of the output
- The new -o option allows to add all outputs as choice boxes
- The new -r option forces the user to select one of the choice boxes
Alexander Metz (1):
Include corner positions in selection
Nils (2):
Use sh code blocks
Add libxkbcommon to the dependency list
Nils André-Chang (1):
Take into account keymap
Paul Ouellette (1):
Make window selection example support floating windowns
Ronan Pigott (2):
rearrange functions in main
update selection on pointer enter
Seppe Soete (1):
allow a custom formatting to not have a newline in the end
Simon Ser (5):
Bump to v1.2.0
readme: add IRC channel
man: add keybindings
Ensure input regions are newline-separated
Bump to v1.3.0
Some Chinese Guy (1):
Separated touch and pointer selections
Thayne McCombs (7):
Adds input region labels.
Add a format option to print the output of the top-left corner
Add option to add outputs as choice boxes
Don't render selection if has_selection is false.
Always render choice boxes
Add option to force user to select a choice box.
Remove test for seat->wl_pointer in render.c
Vesim (1):
Fix handling of negative coordinates
Xnuk Shuman (1):
code style: Correct bracket position
gg-rewrite (1):
Add touch support
ldrouillas (1):
Move selection on `space` keypress
slurp v1.2.0 This release adds two new features: - It's now possible to provide a list of predefined regions to choose from - A single-pixel selection mode has been added Check out the README for some examples: https://github.com/emersion/slurp#example-usage You can now select outputs and windows for instance. Simon Ser (7): Remove extraneous wl_display_dispatch Style nits Add -p to select a single pixel Support XCURSOR_* env variables Address review comments Document stdin predefined regions readme: add examples Yorick van Pelt (1): Accept list of predefined regions on stdin for quick selection emersion (1): Fix small xdg_output_manager memory leak
Jan Beich (1):
Add man-pages option like swaywm/sway@ba16f16e4d5a
Ridan Vandenbergh (2):
Display alpha in usage
Add user-defined output formatting (emersion#33)
Yorick (2):
Abort on escape (emersion#25)
Support selection across multiple outputs (emersion#27)
emersion (1):
Bump to v1.1.0