Skip to content

Instantly share code, notes, and snippets.

View benKenob1's full-sized avatar

benKenob1

  • Nuremberg
View GitHub Profile
@benKenob1
benKenob1 / i3-exit
Created February 19, 2016 08:40 — 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