Skip to content

Instantly share code, notes, and snippets.

@kmi3c
kmi3c / i3-exit
Created July 11, 2017 06:18 — 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/>
import pygtk
pygtk.require('2.0')
import gtk
import os
import getpass