Saturday 16 December 2006

Beryl and Metacity working in harmony

Here's a script I've thrown together to have Beryl manage the main display and still allow metacity to manage the second, TV Out, display -- until the Beryl Project get it to manage the second display correctly:



#!/bin/bash

# Start Beryl on main display only
beryl --screen 0 &

# Metacity on TV out
metacity --display :0.1 --replace &

# Beryl manager
beryl-manager &

No comments:

Post a Comment