peek icon indicating copy to clipboard operation
peek copied to clipboard

reset resolution

Open ghost opened this issue 7 years ago • 13 comments

Hi,

After trying to record a gif in full screen (by maximizing peek's window), I am unable to resize it because I dont see its borders.

I tried removing/reinstalling the application Deleting the cash file find / -name "peek" returned nothing

but still when I reinstall the application, it opens directly in wide mode and I dont see the borders. Is there a way to reset the resolution or to modify it in text mode ? (I did not find anything in peek -h)

Thanks so much for the help

ghost avatar Jul 30 '18 11:07 ghost

Can you tell us what Desktop environment you are using? or are you using a tiling window manager?

gort818 avatar Jul 31 '18 00:07 gort818

Hi,

Thanks for the reply.

It's Debian 9 Linux mla_pc 4.9.0-6-amd64 #1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07) x86_64 GNU/Linux with Mate Desktop Environment 1.16.2

Regards,

ghost avatar Jul 31 '18 06:07 ghost

There is no way to change the window size from the command line as of now, I have never used mate, I am sure there are keybindings to change position of the window.

Do you have a open window list where you can maximize and minimize windows?

gort818 avatar Jul 31 '18 17:07 gort818

I have same problem in exactly the save environment. Is there any way to "Unfullscreen" app?

therox avatar Aug 23 '18 12:08 therox

I have same problem

nafidurmus avatar Sep 05 '18 20:09 nafidurmus

I had the same issue with Mate 1.12.1 + Ubuntu 16.04.4 LTS.

I had to go into Mate's ControlCenter > Mate Tweak > Windows and set the Window Manager to 'Compiz', then set it to 'Marco (no compositor)' then finally back to my normal WM.

CoryPulm avatar Sep 06 '18 21:09 CoryPulm

@CoryPulm Thanks a lot, it solves the issue. I just had to install both 'Mate Twea' and 'Compiz' with apt-get.

Regards

ghost avatar Sep 18 '18 08:09 ghost

After over 2 years I bumped into this very issue. Can we have a fix for it or some kind of specifying height and/or width with cli arguments?

If that's relevant, I'm on Arch 5.9.1 with i3 4.18.3.

zneix avatar Oct 30 '20 17:10 zneix

Also just bumped into this issue...

In my case: Connected another Monitor, which seems to fudged the coordinates and peek now opens somewhere where I can't see/reach it.

My system run's Fedora 33 (Gnome on X11).


If a fix is too complicated, a hint of a possible config/cache-file, which I can reset would also suffice.

NoLdman avatar May 17 '21 17:05 NoLdman

I'm using KDE & stuck with peek as fullscreen. Looks like people have been struggling with this for 3.5 years now... :/

JGKle avatar Jan 03 '22 05:01 JGKle

This worked for me: xdotool search --onlyvisible --classname "peek" windowmove %@ 300 300 and then I resized the window using my cursor. You could also use xdotool search --onlyvisible --classname "peek" windowsize %@ 500 500 to resize the window.

ricekot avatar Feb 22 '22 06:02 ricekot

Unfortunately neither of those seem to work (Kubuntu 20.04). The command runs, but no change to Peek, which is still stuck maximized.

JGKle avatar Mar 01 '22 21:03 JGKle

Meta+Pgup works.

Still don't understand why this is so hidden/difficult to figure out.

JGKle avatar Apr 05 '22 23:04 JGKle