Skip to content

Instantly share code, notes, and snippets.

View dim13's full-sized avatar
🇺🇦
Кто к нам с чем зачем, тот от того и того!

Dimitri Sokolyuk dim13

🇺🇦
Кто к нам с чем зачем, тот от того и того!
View GitHub Profile
! Color scheme: TangoDark
*foreground: #ffffff
*background: #000000
*cursorColor: #ffffff
! Black
*color0: #000000
*color8: #545753
! Red
*color1: #cc0000
*color9: #ef2828
@dim13
dim13 / xsession
Last active April 30, 2017 21:15
#!/bin/sh
export XUSERFILESEARCHPATH=$HOME/%N:$HOME/app-defaults/%N
setxkbmap -layout "us,ru" -option "grp:alt_space_toggle,grp_led:caps,caps:escape,compose:102"
eval `ssh-agent -s`
ssh-add < /dev/null
cwm
eval `ssh-agent -s -k`

Keybase proof

I hereby claim:

  • I am dim13 on github.
  • I am dim13 (https://keybase.io/dim13) on keybase.
  • I have a public key ASCTTIbRFnm23C-0oSxxdMUrKTI90mpSiyWCRE9vNssIfwo

To claim this, I am signing this object:

#include <stdio.h>
#include <time.h>
int
dummy(int n)
{
return -1;
}
#define nelem(x) (sizeof(x) / sizeof((x)[0]))