Skip to content

Instantly share code, notes, and snippets.

#!/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
!urxvt color scheme:
URxvt*background: #2B2B2B
URxvt*foreground: #DEDEDE
URxvt*colorUL: #86a2b0
! black
URxvt*color0 : #2E3436
URxvt*color8 : #555753
# 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!
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
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
# 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
#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
@indeedwatson
indeedwatson / lvstrm
Last active March 10, 2016 14:01
script for opening livestreamer with shortcuts
#!/bin/bash
twitch=http://www.twitch.tv/
mpv=--player=mpv
case "$1" in
santzo) channel=santzo84;;
ohn) channel=outerheaven;;
prec) channel=previouslyrecorded_live;;
esac
#!/bin/bash
# shortcuts for livestreamer channels and quality
twitch=http://www.twitch.tv/
mpv=--player=mpv
# get channel from list of most watched channels
case "$1" in
santzo) channel=santzo84;;
ohn) channel=outerheaven;;
import random
for i in range(5):
print(random.randint(1,10))