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
sudo apt-get install xdotool xbacklight | |
CAPS xdotool key Caps_Lock | |
F6 xbacklight -dec 10 | |
F7 xbacklight -inc 10 | |
F8 amixer sset Master toggle | |
F9 amixer sset Master 5%- unmute | |
F10 amixer sset Master 5%+ unmute | |
(Control_R xdotool key --clearmodifiers End) |
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
sudo nano /etc/default/grub | |
GRUB_TIMEOUT=1 | |
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash tpm_tis.interrupts=0 modprobe.blacklist=ehci_hcd,ehci_pci nmi_watchdog=panic,lapic i915.modeset=1" | |
sudo update-grub | |
sudo update-grub2 | |
sudo nano /etc/rc.local |
NewerOlder