All pastes #2045584 Raw Edit

Untitled

public text v1 · immutable
#2045584 ·published 2011-04-12 21:02 UTC
rendered paste body
 #!/bin/sh

if xrandr | head -n1 | grep -q '1024 x 600'; then
  xrandr --output LVDS1 --scale 1.0x1.28
 gconftool-2 --set /apps/metacity/general/titlebar_font --type string "Sans Bold 10"
else
  xrandr --output LVDS1 --scale 1.0x1.0
 gconftool-2 --set /apps/metacity/general/titlebar_font --type string "Sans 8"
fi