Questions tagged [metacity]

Metacity is a Window Manager that is part of the GNOME Project.

Beginning in GNOME 2.2, Metacity was the default Window Manager before being replaced by Mutter in GNOME 3.

16 questions
10
votes
2 answers

WM-independent way to focus/raise URGENT window

I would like to have a keyboard shortcut to "go to" (focus + raise) window with URGENT flag set which looks like URGENT: it appears on the taskbar (Gnome + Metacity) even if it is on desktop other than current and starts to blink (thanks to @slm for…
roomcays
  • 311
  • 2
  • 8
10
votes
2 answers

Is there any way to prevent focus being grabbed by another application?

I am getting annoyed by windows under X opening and taking focus away from the current window which has focus. This is particularly annoying when you are typing a password into a password dialog and another application steals focus, so some of your…
Mark Booth
  • 1,011
  • 3
  • 14
  • 30
6
votes
0 answers

Remove shadows from Metacity windows

My goal is to remove the dropshadow from all metacity windows. I realize there is not a setting to do this and I may need to recompile metacity. If I can simply do it by editing source files without compiling, an ideas where I can start on that?
winchendonsprings
  • 294
  • 1
  • 3
  • 13
4
votes
1 answer

How to remember window location metacity (Always on visible workspace)

I need to have some applications running on specific workspaces on gnome and have the option (Always on visible workspace) ticked and remembered each time I'm loggin out. Is this possible?
tux_drummer
  • 1,803
  • 5
  • 18
  • 14
4
votes
1 answer

Open PDF previewer width specific size and position and "always on top" from command line

I'm using latexmk -pdf -pvc to keep compiling my LaTeX files to PDFs while they are displayed in evince. I'm doing that a lot with different files and I keep needing to zoom the PDF content, resize the window and enable "always on top". I like to be…
Martin Scharrer
  • 900
  • 1
  • 12
  • 16
4
votes
2 answers

Function Keys no longer available for Switching Workspaces

For about 15 years I have assigned a workspace to each function key (F1-F10) in whichever Linux/X environment I'm using. Yesterday I ran a normal software update on my work Ubuntu box and now, although I can still use ccsm to assign those keys to…
Nagora
  • 91
  • 3
3
votes
1 answer

send keystroke to process

I'd like to run some applications in fullscreen. Even though they don't have an explicit such option, it is possible with the metacity Alt-F11 command. So, I thought I could create such an input like this: full.txt: KeyStrPress Alt_L KeyStrPress…
Emanuel Berg
  • 6,763
  • 7
  • 43
  • 65
3
votes
1 answer

Preventing other GUI applications from stealing focus?

How can I prevent other applications from stealing focus from the active window? I have found solutions for other window managers, but nothing for "Metacity (Marco)" (the window manager of the MATE desktop manager). I don't want to have to specify…
Eleno
  • 1,849
  • 4
  • 27
  • 39
3
votes
0 answers

What themes are those under Controls in Cinnamon themes?

I have installed many Cinnamon themes but those listed under Desktop affect mostly the Panel, not the windows texture: The window frame is set under Windows Borders, but what I am interested in is the theme under Controls. I know that themes are…
user32012
2
votes
1 answer

Run metacity without gnome-shell (gnome 3)

Hi how can i use metacity with composite manager without gnome-shell. I'm trying to do so in my custom xsession #!/bin/bash if test -z "$DBUS_SESSION_BUS_ADDRESS"; then eval `dbus-launch --sh-syntax --exit-with-session` fi metacity --replace ccp &…
Paul Rumkin
  • 131
  • 3
2
votes
1 answer

How to make Compiz start automatically?

I'm using Linux Debian Squeeze and I already have compiz installed. I want metacity stop automatically boot, and instead want compiz to start automatically.
Zignd
  • 3,003
  • 10
  • 35
  • 48
2
votes
1 answer

Make a terminal window 'un-hideable'

I've been trying to get a fully embedded terminal sitting on my desktop. After searching around for some tips I finally almost have it: xfce4-terminal --hide-menubar --hide-borders --hide-toolbars --title=dt --working-directory /root & sleep…
Juicy
  • 3,685
  • 11
  • 31
  • 44
1
vote
0 answers

"Desktop Settings" isn't available in Arch-Linux Xfce4's Settings Manager. How can I add/install it?

Images: Settings Manager in Linux Mint Settings Manager in Arch Linux The above images are captured on my system running Linux Mint and Arch Linux respectively. The main reason I want to do this is to change every window buttons (shade, hide,…
1
vote
1 answer

Terminate metacity

The last two lines of my .xinitrc looks like this xterm -g 80x24+10+10 -bg black -fg green & metacity When I used twm, I could exit it from the menu (return to the tty where I run xinit), but how do you exit metacity? The man metacity does not…
Emanuel Berg
  • 6,763
  • 7
  • 43
  • 65
0
votes
1 answer

Xfce — Metacity window manager — how to change theme?

In Xfce we can change the window manager in Desktop Settings from Xfwm4 to Metacity. But then the system GTK theme is not followed, because Metacity has its own theming settings. That system theme includes a metacity folder. I expected that setting…
cipricus
  • 1,386
  • 13
  • 42
1
2