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
| diff --git a/window_background/background.js b/window_background/background.js | |
| index 6eb93a4..f25e4c7 100644 | |
| --- a/window_background/background.js | |
| +++ b/window_background/background.js | |
| @@ -962,6 +962,11 @@ let settingsLogUri = settingsStore.get("logUri"); | |
| if (settingsLogUri) { | |
| logUri = settingsLogUri; | |
| } | |
| + | |
| +if(typeof process.env.LOGFILE !== 'undefined') { |
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
| λ emerge --update --newuse --deep --with-bdeps=y @world &> ~/asd | |
| λ cat ~/asd | |
| * IMPORTANT: 19 news items need reading for repository 'gentoo'. | |
| * Use eselect news read to view new items. | |
| * IMPORTANT: 2 config files in '/etc/portage' need updating. | |
| * See the CONFIGURATION FILES section of the emerge | |
| * man page to learn how to update config files. |
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
| // A complete German map for use with HHKB Pro | |
| // | |
| // Reference: http://hack.org/mc/writings/xkb.html | |
| default partial alphanumeric_keys modifier_keys | |
| xkb_symbols "de-complete" { | |
| key <AE01> { [ 1, exclam, leftdoublequotemark, leftsinglequotemark ] }; | |
| key <AE02> { [ 2, quotedbl, rightdoublequotemark, rightsinglequotemark ] }; | |
| key <AE03> { [ 3, numbersign, sterling, NoSymbol ] }; | |
| key <AE04> { [ 4, dollar, dollar ] }; |
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 ruby | |
| # | |
| # | |
| # Author: Michael 'entropie' Trommer <[email protected]> | |
| # | |
| require "rubygems" | |
| require "nokogiri" | |
| require "open-uri" | |
| require "cgi" |
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 ruby | |
| # | |
| # | |
| # Author: Michael 'entropie' Trommer <[email protected]> | |
| # | |
| require "rubygems" | |
| require "nokogiri" | |
| require "open-uri" | |
| require "cgi" |
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
| ### Keybase proof | |
| I hereby claim: | |
| * I am entropie on github. | |
| * I am entropie (https://keybase.io/entropie) on keybase. | |
| * I have the public key with fingerprint 1435 96D9 E3B1 6500 6316 0EA9 77FA 1380 5203 ADC6 | |
| To claim this, I am signing this object: |
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
| (global-set-key (kbd "C-t n") 'bm-next) | |
| (global-set-key (kbd "C-t p") 'bm-previous) | |
| (global-set-key (kbd "C-t P") 'mt-nopaste-region) | |
| (global-set-key (kbd "C-t C-p") 'mt-insert-last-paste) |
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
| (global-set-key (kbd "C-t c") 'bm-remove-all) | |
| (global-set-key (kbd "C-t i") 'irc) | |
| (global-set-key (kbd "C-t C") 'cheat) |
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
| (global-set-key (kbd "C-t C-p") 'mt-nopaste-region) |
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 | |
| cd ~/Source/backbitr/bin/ && ./bbr "$@" |