I hereby claim:
- I am TaylanTatli on github.
- I am taylantatli (https://keybase.io/taylantatli) on keybase.
- I have a public key whose fingerprint is 4BFA E779 661B FA62 8092 9B74 A66A E37D C373 4047
To claim this, I am signing this object:
| @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); | |
| /* these settings used to be in userchrome.css */ | |
| /* Define colors */ | |
| :root { | |
| /* tabs */ | |
| --theme-bg: #1D2426; | |
| --theme-fg: #8FA388; |
| #!/usr/bin/env bash | |
| # this is a simple config for herbstluftwm | |
| hc() { | |
| herbstclient "$@" | |
| } | |
| hc emit_hook reload |
| /* AGENT_SHEET */ | |
| @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); | |
| #appcontent, | |
| #appcontent > #content, | |
| #appcontent > #content > tabbox > tabpanels { | |
| background: #111111 !important; | |
| } | |
| tabs#tabbrowser-tabs, tabs#tabbrowser-tabs * { |
| /* | |
| * callback.c | |
| * | |
| * Copyright (c) 2006-2016 Pacman Development Team <pacman-dev@archlinux.org> | |
| * Copyright (c) 2002-2006 by Judd Vinet <jvinet@zeroflux.org> | |
| * | |
| * This program is free software; you can redistribute it and/or modify | |
| * it under the terms of the GNU General Public License as published by | |
| * the Free Software Foundation; either version 2 of the License, or | |
| * (at your option) any later version. |
| $015E Scedilla (Ş) | |
| $015F scedilla (ş) | |
| $00C7 Ccedilla (Ç) | |
| $00E7 ccedilla (ç) | |
| $0130 Idotabove (İ) | |
| $0131 dotlessi (ı) | |
| $011E Gbreve (Ğ) | |
| $011F gbreve (ğ) | |
| $00D6 Odiaeresis (Ö) | |
| $00F6 odiaeresis (ö) |
| From 2676df8cc2c00fedc6deca4b4ea69f051fc3c85c Mon Sep 17 00:00:00 2001 | |
| From: tatou-tatou <[email protected]> | |
| Date: Sun, 1 Jun 2014 20:04:52 +0200 | |
| Subject: [PATCH 1/3] Removed active glow/shadow thingy | |
| --- | |
| lib/DockRenderer.vala | 6 +++--- | |
| 1 file changed, 3 insertions(+), 3 deletions(-) | |
| diff --git a/lib/DockRenderer.vala b/lib/DockRenderer.vala |
I hereby claim:
To claim this, I am signing this object:
| # TX Shocker Gamepad | |
| # Microntek USB Joystick | |
| key 288 BUTTON_Y | |
| key 289 BUTTON_B | |
| key 290 BUTTON_A | |
| key 291 BUTTON_X | |
| key 292 BUTTON_L2 | |
| key 293 BUTTON_R2 | |
| key 294 BUTTON_L1 |
| #!/bin/sh | |
| # I have brightness bug with sony vaio, so I have to set my | |
| # brightness manually. | |
| # To run this script without root | |
| # edit your /etc/sudoers file with visudo | |
| # and add this line: | |
| # username ALL=(ALL) NOPASSWD: /usr/bin/tee /sys/class/backlight/nv_backlight/brightness | |
| # change username with your username | |
| # brightness + : brightness up | |
| # brightness - : brightness down |