- Haruki Murakami: 1Q84
- 2666 by Roberto Bolano
- Cloud Atlas ¿ David Mitchell
- Kafka on the Shore ¿ Haruki Murakami
- The Double ¿ José Saramago
- Choke ¿ Chuck Palahniuk
- Under the Skin ¿ Michel Faber
- House of Leaves ¿ Mark Z. Danielewski
- Cryptonomicon ¿ Neal Stephenson
- Infinite Jest ¿ David Foster Wallace
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/bash | |
scrot /tmp/screen.png | |
convert /tmp/screen.png -scale 10% -scale 1000% /tmp/screen.png | |
[[ -f $HOME/yama/Pictures/icons/Lock-icon.png ]] && convert /tmp/screen.png $H$ | |
i3lock -u -i /tmp/screen.png |
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
!urxvt color scheme: | |
URxvt*background: #2B2B2B | |
URxvt*foreground: #DEDEDE | |
URxvt*colorUL: #86a2b0 | |
! black | |
URxvt*color0 : #2E3436 | |
URxvt*color8 : #555753 |
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
# This file has been auto-generated by i3-config-wizard(1). | |
# It will not be overwritten, so edit it as you like. | |
# | |
# Should you change your keyboard layout some time, delete | |
# this file and re-run i3-config-wizard(1). | |
# | |
# i3 config file (v4) | |
# | |
# Please see http://i3wm.org/docs/userguide.html for a complete reference! |
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
The Wind-Up Bird Chronicle #17 (Kumikos Letter) | |
* There are many things I have to tell you. To tell them all would probably take a very long time-maybe years. I should have opened up to you long ago, confessed everything to you honestly, but unfortunately, I lacked the courage to do so. And I still harbored the groundless hope that things would not turn out so badly. The result has been this nightmare for us both. | |
Its all my fault. But it is also too late for explanations. We dont have enough time for that. | |
So what I want to do here is tell you the most important thing first. | |
And that is, I have to kill my brother, Noboru Wataya. I am going to go now to the hospital room where he is sleeping, to pull the plug on his life-support system. As his sister, I will be allowed to stay the night with him in place of a nurse. It will take a while before any- one notices that he has been disconnected. I had the doctor show me yesterday how it works. I intend to wait until I am sure he is dead, and then I will give mysel |
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
The Wind-Up Bird Chronicle #17 (Kumikos Letter) | |
* There are many things I have to tell you. To tell them all would probably take a very long time-maybe years. I should have opened up to you long ago, confessed everything to you honestly, but unfortunately, I lacked the courage to do so. And I still harbored the groundless hope that things would not turn out so badly. The result has been this nightmare for us both. | |
Its all my fault. But it is also too late for explanations. We dont have enough time for that. | |
So what I want to do here is tell you the most important thing first. | |
And that is, I have to kill my brother, Noboru Wataya. I am going to go now to the hospital room where he is sleeping, to pull the plug on his life-support system. As his sister, I will be allowed to stay the night with him in place of a nurse. It will take a while before any- one notices that he has been disconnected. I had the doctor show me yesterday how it works. I intend to wait until I am sure he is dead, and then I will give mysel |
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
# An example configuration file for MPD. | |
# Read the user manual for documentation: http://www.musicpd.org/doc/user/ | |
# | |
# Binding to ipv4 before ipv6 | |
bind_to_address "127.0.0.1" | |
# Files and directories ####################################################### | |
# | |
# This setting controls the top directory which MPD will search to discover the | |
# available audio files and add them to the daemon's online database. This |
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
#include "/home/yama/.xres/colors/cheesecake" | |
!#include "/home/yama/.xres/fonts/inconsolata" | |
URxvt*font: xft:Monaco for Powerline:regular:size=8 | |
URxvt*imFont: xft:Monaco for Powerline:regular:size=8 | |
URxvt*boldFont: xft:Monaco for Powerline:bold:size=8 | |
URxvt*italicFont: xft:Monaco for Powerline:italic:size=8 | |
URxvt*boldItalicFont: xft:Monaco for Powerline:bold:italic:size=8 | |
URxvt.letterspace: -2 | |
!xft settings |
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/bash | |
twitch=http://www.twitch.tv/ | |
mpv=--player=mpv | |
case "$1" in | |
santzo) channel=santzo84;; | |
ohn) channel=outerheaven;; | |
prec) channel=previouslyrecorded_live;; | |
esac |
OlderNewer