Created
May 5, 2012 21:37
-
-
Save ithayer/2605747 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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