Announcement

Collapse
No announcement yet.

How to avoid white border on Spectacle screenshots?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    I ended up purging scrot

    This works well. If I don't want the cursor in an active window screenshot all I have to do is move the cursor out of the window.

    Code:
    # active window with cursor - Alt-End
    gnome-screenshot -wp -f ~/Desktop/"window-$(date +%Y%m%d_%H:%M:%S)".png
    
    # region - Shift-End
    gnome-screenshot -a -f ~/Desktop/"region-$(date +%Y%m%d_%H:%M:%S)".png
    
    # desktop - Fn-End
    gnome-screenshot -f ~/Desktop/"desktop-$(date +%Y%m%d_%H:%M:%S)".png
    we see things not as they are, but as we are.
    -- anais nin

    Comment


      #17
      I hope it's not an abbreviation!
      "If you're in a room with another person who sees the world exactly as you do, one of you is redundant." Dr. Steven Covey, The 7-Habits of Highly Effective People

      Comment


        #18
        Originally posted by mhumm2 View Post
        I hope it's not an abbreviation!
        From an earlier post in this thread:
        look at it as a "shortening" of screenshot
        Kubuntu 20.04

        Comment


          #19
          Originally posted by mhumm2 View Post
          I hope it's not an abbreviation!
          I am now scrotless.

          we see things not as they are, but as we are.
          -- anais nin

          Comment


            #20
            I hope I don't get into trouble for this but ...

            There's a scrot upload manager available:
            Scrot Upload Manager | Takes screenshot of the screen, widnow or a region using scrot, then uploads it to Jirafeau on my server and spits back a link. A password can be put on it using the -p option.
            See this page: https://github.com/hajzso?tab=repositories
            Kubuntu 20.04

            Comment

            Working...
            X