Skip to content

Instantly share code, notes, and snippets.

View heitzmann's full-sized avatar

Lucas H. Gabrielli heitzmann

  • São Paulo, Brazil
View GitHub Profile
@heitzmann
heitzmann / config.py
Created January 31, 2019 11:22
Qtile configuration
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import subprocess
import platform
from libqtile.config import Key, Screen, Group, Drag, Click
from libqtile.command import lazy
from libqtile import layout, bar, widget, hook
import custom