I hereby claim:
- I am XenGi on github.
- I am xengi (https://keybase.io/xengi) on keybase.
- I have a public key whose fingerprint is 6BCD 1934 064B B40F 29C8 D7EC 9BAE 7D9F CF68 5F4C
To claim this, I am signing this object:
| [ | |
| { | |
| "backcolor": "#ebebeb", | |
| "name": "meckbd_v1", | |
| "author": "XenGi", | |
| "background": { | |
| "name": "Steel brushed horizontal", | |
| "style": "background-image: url('/bg/metal/iron_texture66.jpg');" | |
| }, | |
| "switchMount": "cherry", |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| import subprocess | |
| __all__ = ["transform"] | |
| __version__ = '0.3' | |
| __author__ = 'Christoph Burgmer <cburgmer@ira.uka.de>' | |
| __url__ = 'http://github.com/cburgmer/upsidedown' |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <title>Page title</title> | |
| <!-- enable html5 elements in IE6,7,8 --> | |
| <!--[if lt IE 9]> | |
| <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | |
| <![endif]--> | |
| <style> |
| #!/usr/bin/env python3 | |
| """ | |
| Application - The way to make things right. | |
| Usage: | |
| application.py arg1 [--arg2 <key>] | |
| application.py (-h | --help) | |
| application.py --version |
| #/etc/udev/rules.d/99-displaymagic.rules | |
| # enable LVDS on HDMI disconnect | |
| SUBSYSTEM=="drm", ACTION=="change", RUN+="/usr/local/bin/displaymagic.sh" |