View settings.json
"sync.gist": "0c929b1a6c51015cdc9e0fe2e369ea4c", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true |
View .tmux.conf
# window manupliation with mouse | |
set -g mouse on | |
#copy-paste buffer commands | |
bind P paste-buffer |
View bluetooth-lag-ubuntu.txt
type the following command in cli and then restart system | |
`echo "options iwlwifi bt_coex_active=0" | sudo tee /etc/modprobe.d/iwlopt.conf` |