I hereby claim:
- I am kirbyfan64 on github.
- I am refi64 (https://keybase.io/refi64) on keybase.
- I have a public key ASC0MAUdoo0JtC9sw5EKyAwgpeBm0nFIDeLLNJj5mrH2Vwo
To claim this, I am signing this object:
| howl.bindings.push | |
| editor: | |
| ctrl_q: (editor) -> | |
| if howl.app.editor.buffer.mode.name == "elm" | |
| howl.command.run 'elm-doc' | |
| else | |
| howl.command.run 'show-doc-at-cursor' |
I hereby claim:
To claim this, I am signing this object:
| # $Id$ | |
| # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> | |
| # Maintainer: Ionut Biru <ibiru@archlinux.org> | |
| # Contributor: Michael Kanis <mkanis_at_gmx_dot_de> | |
| pkgname=mutter | |
| pkgver=3.29.1 | |
| pkgrel=1 | |
| pkgdesc="A window manager for GNOME" | |
| url="https://git.gnome.org/browse/mutter" |
| /* | |
| Major differences from CSS3: | |
| - Only selectors are `.class`, `element`, `*` (as well as multi selectors, e.g. `.a, .b`). | |
| - Only a few properties are supported. | |
| - Styles only define basic looks (so no box model or similar). | |
| - Things like 'initial' and 'inherit' don't exist. | |
| - Styles in <style> tags MUST before the elements with those classes. | |
| */ |
| evdev:atkbd:dmi:bvn*:bvr*:bd*:svn*:pn*:pvr* | |
| KEYBOARD_KEY_47=home | |
| KEYBOARD_KEY_48=up | |
| KEYBOARD_KEY_49=pageup | |
| KEYBOARD_KEY_4b=left | |
| KEYBOARD_KEY_4d=right | |
| KEYBOARD_KEY_4f=end | |
| KEYBOARD_KEY_50=down | |
| KEYBOARD_KEY_51=pagedown | |
| KEYBOARD_KEY_3a=search |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <component type="runtime"> | |
| <id>org.gtk.Gtk3theme.Bubble-Dark-Blue</id> | |
| <metadata_license>CC0-1.0</metadata_license> | |
| <name>Bubble Dark Blue Gtk theme</name> | |
| <summary>Bubble Dark Blue Gtk theme</summary> | |
| <description> | |
| <p>Bubble Dark Blue is a theme for Gtk3.</p> | |
| </description> | |
| <url type="homepage">https://www.gnome-look.org/p/1253999/</url> |
I hereby claim:
To claim this, I am signing this object:
Once upon a time there was a user that wanted to install firefox.
The user tried to do pacman -S firefox but it didn't work. The all
mighty pacman reported that firefox-3.2.4-1.i686.pkg.tar.gz could not
be found on his mirror. So the user tried pacman -Sy firefox. It
worked and the user rejoiced since he could once again go and troll /h/.
But all was not good. The user had made a grave error!
See, when the user told the almighty pacman to -Sy firefox, pacman did
| #!/usr/bin/env python3 | |
| import os | |
| import socket | |
| import struct | |
| import subprocess | |
| import sys | |
| def nested(fd): |