Updated panel background; updated run-fullscreen

This commit is contained in:
Kevin Lange 2012-03-14 22:57:27 -05:00
parent 816ddc8f3e
commit e177fbc310
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -4,6 +4,6 @@
RAMDISK="-initrd toaruos-initrd"
RAM=512
KVM="-enable-kvm"
FULLSCREEN="-full-screen"
FULLSCREEN="-no-frame"
qemu -kernel toaruos-kernel -m $RAM $RAMDISK -append "vid=qemu,`xrandr -q|perl -F'\s|,' -lane "/^Sc/&&print join '',@F[8..10]" | sed 's/x/,/'` hdd" -serial stdio -vga std -hda toaruos-disk.img $KVM $FULLSCREEN