Skip to content

Instantly share code, notes, and snippets.

View lloss's full-sized avatar
🏠
Working from home

Ihor lloss

🏠
Working from home
View GitHub Profile
@lloss
lloss / 20-intel.conf
Created April 11, 2017 22:13
xorg.conf.d
#/usr/share/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "sna"
Option "TearFree" "true"
Option "DRI" "3"
EndSection
@lloss
lloss / settings.json
Last active April 29, 2017 20:33
vscode config
{
"editor.fontFamily": "Hack",
"editor.fontSize": 17,
"editor.fontLigatures": true,
"editor.mouseWheelZoom": true,
"editor.insertSpaces": false,
"editor.quickSuggestionsDelay": 1,
"editor.renderWhitespace": false,
"editor.wordWrap": true,
"editor.lineHeight": 28,