This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# Search for names known to Python GObject-Introspection. | |
# All rights waived: https://creativecommons.org/publicdomain/zero/1.0/ | |
from __future__ import print_function | |
import importlib | |
import os.path | |
import sys | |
import re | |
from optparse import OptionParser |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# All rights waived: https://creativecommons.org/publicdomain/zero/1.0/ | |
# Andrew Chadwick, 29 Jan 2016. | |
import gi | |
gi.require_version('Gtk', '3.0') | |
from gi.repository import Gtk | |
from gi.repository import Gio | |
import os |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Configure Wacom tablets for XFCE4's "Removable Media" scripting. | |
DEV_13HD="Wacom Cintiq 13HD" | |
LOCKFILE="/tmp/.xfce4-tablet-inserted-$USER.lock" | |
set -e | |
# set -x | |
OlderNewer