#!/bin/sh # firefox-limited - start firefox with ulimit at fixed geometry #ulimit -d 3500000 #ulimit -v 3500000 #ulimit -m 3000000 (sleep 10 #xdotool search --onlyvisible --name Firefox windowsize 976 754 windowmove 388 12 )& #export ALSA_OUTPUT=firefox #export GTK2_RC_FILES=~/.gtkrc-firefox exec firefox "$@"