Hi,

An alternative to capture a screen area with the Print key with xbindkeys,
add to your ~/.xbindkeysrc file:

# Screenshot
"import /tmp/screenshot.png && geeqie /tmp/screenshot.png"
  Print

You can also tune audio volume up/down with the keyboard shortcuts
(assuming your keyboard generates the right keys, that your audio system
uses pulse audio and that you have the script pulseaudio-ctl):

# Sound: volume +/- mute
"pulseaudio-ctl mute"
  XF86AudioMute

"pulseaudio-ctl down"
  XF86AudioLowerVolume

"pulseaudio-ctl up"
  XF86AudioRaiseVolume

Additional functionnalities with kbd shortcuts only limited by your
imagination ;-)

LP


2016-01-26 10:24 GMT+01:00 Alwin <translati...@ziggo.nl>:

> Handy screenshot submenu (idea shamelessly stolen from FVWM-Crystal),
> using ImageMagick. In frame mode, a window can be clicked, or lines be
> drawn.
>
> ~/GNUstep/Defaults/WMRootMenu:
>
> (
>   Screenshot,
>   (
>     "Full screen",
>     SHORTCUT,
>     Print,
>     SHEXEC,
>     "import -window root -quality 100
> ~/Pictures/screenshots/Screenshot-`date +%Y%m\\%d_%H%M%S`.png"
>   ),
>   (
>     "Delayed full screen",
>     SHEXEC,
>     "import -pause 10 -window root -quality 100
> ~/Pictures/screenshots/Screenshot-`date +%Y%m\\%d_%H%M%S`.png"
>   ),
>   (
>     Frame,
>     SHEXEC,
>     "import -frame -quality 100 ~/Pictures/screenshots/Screenshot-`date
> +%Y%m\\%d_%H%M%S`.png"
>   )
> ),
>
> --
> [alwin]
>
>
>
> --
> To unsubscribe, send mail to wmaker-user-unsubscr...@lists.windowmaker.org
> .
>

Reply via email to