Skip to content

Instantly share code, notes, and snippets.

@nikhan
nikhan / config
Last active June 7, 2018 00:35
ubuntu/macbook i3 config
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout some time, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4)
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
@nikhan
nikhan / nowake.service
Last active June 27, 2018 07:02
ubuntu/macbook 2015 - stop waking up upon suspend fix, as systemd unit
# ubuntu 17.04 / macbook pro retina 2015 13
#
# place in /etc/systemd/system
# systemctl daemon-reload
# systemctl enable nowake.service
# systemctl start nowake.service
#
# verify with `cat /proc/acpi/wakeup`
# XHC1 should be disabled
# disable more as needed
@nikhan
nikhan / i3lock.service
Created April 29, 2017 22:01
ubuntu/macbook - lock i3 on suspend
# source: https://bbs.archlinux.org/viewtopic.php?pid=1170536#p1170536 by 65kid
#
[Unit]
Description=i3lock
Before=sleep.target
[Service]
User=nik
Type=forking
Environment=DISPLAY=:0
@nikhan
nikhan / network-ubuntu-macbook.md
Last active May 9, 2017 05:25
fix wifi on ubuntu 17/macbook pro 13 2015

Ubuntu 17.04 on 2015 macbook pro 13 - fix for slow wifi

sudo gedit /etc/modprobe.d/brcmfmac.conf

enter:

options brcmfmac qos=0
options brcmfmac nohwcrypt=1