Skip to content

Instantly share code, notes, and snippets.

View danielfl's full-sized avatar

Daniel Ferreira de Lima danielfl

View GitHub Profile
@danielfl
danielfl / i3exit
Last active January 16, 2016 22:22 — forked from jcyamo/i3-exit
Exit script for the i3 window manager based off of exit script from CrunchBang Linux.
#!/usr/bin/env python
# based on cb-exit used in CrunchBang Linux <http://crunchbanglinux.org/>
# @danielfl: a few fixes to work in actual *buntu versions
import pygtk
pygtk.require('2.0')
import gtk
import os
import getpass