Skip to content

Instantly share code, notes, and snippets.

@ithayer
Created May 5, 2012 21:37
Show Gist options
  • Select an option

  • Save ithayer/2605747 to your computer and use it in GitHub Desktop.

Select an option

Save ithayer/2605747 to your computer and use it in GitHub Desktop.
# Should enable the little battery icon.
xfce4-power-manager
echo "Setting middle button emulation"
xinput set-int-prop 12 "Evdev Middle Button Emulation" 8 1
echo "Turning off dual mode video"
sudo sh -c "echo OFF > /sys/kernel/debug/vgaswitcheroo/switch"
echo "Turhing off bluetooth"
rfkill block bluetooth
# Obviously if you need to be wired, delete these lines.
echo "Bringing down network card interface."
sudo ifconfig eth0 down
sudo rmmod e1000e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment