Jump to content

Screenshots without Ksnapshot


Linux Newbie
 Share

Recommended Posts

what?! :o

keyboard shortcuts don't work in kde?

...even works in gnome sometimes, depends on versions of stuff. Not in kde? :o Well,....

 

install imagmagik and from a terminal

import -window root -quality 85 ~/screenie/`date +%Y%m%d-%H%M%S`-lg.png

 

or make it a script

#!/bin/bash
import -window root -quality 85 ~/screenie/`date +%Y%m%d-%H%M%S`-lg.png

call it something short and fast

ss.sh

?

screenie.sh

?

+%Y%m%d-%H%M%S.sh

?

 

whatever....and make a shortcut to it.

Edited by bvc
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...