Skip to content

Instantly share code, notes, and snippets.

@M66B
M66B / gist:87f25e327cfbc49366e3
Last active August 29, 2015 14:03
Acer C720 keyboard
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)
@M66B
M66B / gist:655f0f9b297c2136b2c0
Last active August 29, 2015 14:03
Acer C720 suspend/resume
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