[rc/emacs] disable the internal border of Emacs' frame
[~bandali/configs] / other / systemd / suppress-gpe-66-4e.service
... / ...
CommitLineData
1# copy to /etc/systemd/system/ (at least on Arch Linux)
2
3[Unit]
4Description=KernGPE66
5
6[Service]
7ExecStart=/bin/sh -c "echo disable > /sys/firmware/acpi/interrupts/gpe66 && echo disable > /sys/firmware/acpi/interrupts/gpe4E"
8Type=oneshot
9
10[Install]
11WantedBy=multi-user.target