Skip to content

Instantly share code, notes, and snippets.

@savolla
Created December 27, 2017 12:49
Show Gist options
  • Save savolla/4d667080679cc9084462f4f63dc7eb7c to your computer and use it in GitHub Desktop.
Save savolla/4d667080679cc9084462f4f63dc7eb7c to your computer and use it in GitHub Desktop.
my personal configuration for i3 wm
# This is my own configuration for i3.
.xinitrc
xset r rate 200 150 #sets typing speed for x
setxkbmap tr #sets keyboard layout for x
.bashrc
set -o vi #enables vim mode for bash shell
.Xmodmap
keycode 66 = Escape #makes Caps_Lock key act as Esc
.Xdefaults
urxvt*transparency: true #enables fake transparency for urxvt terminal emulator
urxvt*shading: 30 #sets the transparency rate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment