Questions tagged [window]

The window is a fundamental concept in graphical user interfaces.

This tag is about windows as a GUI element. Use for questions about interoperability with the Windows operating system. See also , , , .

215 questions
69
votes
6 answers

Why Mac applications never get "closed"?

I'm a Linux/Windows/Mac user. I like all systems, *nixes more than Windows, but I like all nonethless. I started using a Mac this year, and a difference between Linux and Windows that I can't understand is: why applications never get closes when I…
56
votes
6 answers

How to set window size and location of an application on screen via command line?

I want Firefox window to be opened in a specific size, and location on screen using a shell command, for example: firefox myfile.html size 800x600 location bottom-left Is there such a command?
alwbtc
  • 691
  • 1
  • 6
  • 5
51
votes
5 answers

How to move windows across displays in Gnome 3 with keyboard?

In Gnome 3, moving windows with the keyboard shortcuts Meta+← and Meta+→ can be convenient. Now, I have two displays installed and would like to move windows across the displays without touching the mouse. More precisely, I would like to see what is…
Max Flow
  • 615
  • 1
  • 5
  • 5
48
votes
5 answers

Is it possible to retrieve the active window process/title in Gnome?

I need a solution for getting the current active (focused) window information on a Gnome 2 desktop. I'm mostly interested in the process running that window and window title. Is it possible? SOLUTION: Getting window title: xwininfo -root -children |…
Rogach
  • 6,150
  • 11
  • 38
  • 41
32
votes
9 answers

How do I find the X window ID under the mouse pointer in bash?

From a bash script, is there some way to get the ID of the X window under the mouse pointer? (edit) I need the process to be non-interactive.
Peter.O
  • 32,426
  • 28
  • 115
  • 163
28
votes
12 answers

Text editor with split screen option

Is there an editor which has the option to "split the screen" into two or more parts, accessing more than one file (possibly with a file tree) without opening more editor windows at once, and how would one do this (what are the commands). I don't…
Eve
  • 411
  • 1
  • 4
  • 7
22
votes
1 answer

Mint 16 Cinnamon, maximize window fully

I am using Linux Mint 16 Petra cinnamon. The problem I have is that when I drag a window to the top edge of the screen the window only maximizes to the top half of the screen instead of the the entire screen, just like when I hit the maximize button…
Vader
  • 373
  • 1
  • 2
  • 8
20
votes
1 answer

Using Gparted and installing Windows 10 after Linux

I recently built a computer and put LinuxMint 17.3 on it right away. I now have a free copy of Windows 10. I haven't really been able to find detailed instructions on how to install Windows while keeping Linux. I know I have to re-size partitions…
anthony
  • 301
  • 1
  • 2
  • 4
17
votes
3 answers

Is there a way to simulate a "Close" event on various windows using the terminal?

I answered on Ask Ubuntu Quit all instances of gnome-terminal via a command but as you all can read gnome-terminal didn't seems to have a SIGcall I could use to simulate this "Close" event. So this lead me to ask, is there a way in…
Braiam
  • 35,380
  • 25
  • 108
  • 167
15
votes
2 answers

Wait for a X window to appear/disappear (in a sane way)

Inside a shell script, I need to wait for a window that has a string on its title to appear, do some action, and then wait for it to disappear, and do some other action. Until yesterday, I had this simple code. The problem with it is that the disk…
admirabilis
  • 4,642
  • 9
  • 41
  • 57
15
votes
3 answers

Ranger - open_with without suspending

When I open a file into ranger with a GUI application not listed in the rifle.conf file (i.e. using the open_with command), the ranger terminal window gets "suspended" until I close the GUI app. For this reason, I'd like to have a way to open files…
tigerjack
  • 361
  • 1
  • 4
  • 12
15
votes
5 answers

Override the window title for an arbitrary window in KDE and set a custom window title

Using KDE here, but there might be a solution that works with other desktops environments too. I often am dealing with many many windows. Most windows contain many tabs (e.g. a Dolphin window with many tabs, or Firefox, Konsole, etc). The window…
Sean
  • 1,045
  • 1
  • 8
  • 8
14
votes
4 answers

Is there a keyboard shortcut to make a window occupy half the screen?

Is there a keyboard shortcut I can use to make a window occupy the left or right half of the screen? I'm using a modified version of Ubuntu. On Mac I just use Divvy but I'm not sure if there is a Linux tool to do the same thing.
Kevin Burke
  • 1,891
  • 4
  • 21
  • 29
13
votes
1 answer

possible to join/attach Konsole windows?

In KDE's Konsole, if I have a Konsole window open with multiple tabs and accidentally click and drag a tab off into its own window, is there any way to re-attach it to the tabs of the original Konsole window? I've tried dragging it back onto the…
raphael75
  • 673
  • 9
  • 22
12
votes
2 answers

Retrieve the window name and role

I'm running Eclipse and I detached some of the windows. Now I have 4 windows linked to Eclipse. What I need is to be able to identify each individual window and be able to control it. If I run tools like: xprop, xwininfo, or wmctrl -l I can…
slybloty
  • 1,228
  • 3
  • 17
  • 38
1
2 3
14 15