Skip to content

Instantly share code, notes, and snippets.

View dende's full-sized avatar
🐺
On all levels, except physical, I'm a wolf

Christian Hartlage dende

🐺
On all levels, except physical, I'm a wolf
View GitHub Profile

Keybase proof

I hereby claim:

  • I am dende on github.
  • I am dende (https://keybase.io/dende) on keybase.
  • I have a public key whose fingerprint is 70FC CAD9 4DF6 57A5 68D8 B8AA 23AD 1243 16EB 0553

To claim this, I am signing this object:

backend = "glx";
vsync = "opengl-swc";
shadow = true;
no-dock-shadow = true;
no-dnd-shadow = true;
clear-shadow = true;
shadow-radius = 10;
shadow-offset-x = -5;
@dende
dende / config
Last active November 26, 2018 15:47
i3 conf
# 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 https://i3wm.org/docs/userguide.html for a complete reference!
myrecordwebcam(){
nohup avconv -f video4linux2 -thread_queue_size 512 -r 30 -video_size 1280x720 -input_format mjpeg -i /dev/video1 -f alsa -thread_queue_size 512 -i plughw:U0x46d0x823,0 -ar 22050 -ab 128k$
}
alias rwc=myrecordwebcam
mystopwebcam(){
killall avconv
}