Skip to content

Instantly share code, notes, and snippets.

@jcyamo
jcyamo / i3-exit
Last active August 28, 2024 17:54
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