diff options
author | vaskozl <vasil.zlatanov@gmail.com> | 2014-12-20 16:05:30 +0100 |
---|---|---|
committer | vaskozl <vasil.zlatanov@gmail.com> | 2014-12-20 16:05:30 +0100 |
commit | 97e8967c83ca1125377d27bdcf593617ccdadb03 (patch) | |
tree | 064d93d91778513b0b647474d95cacc4b0bdcaa6 /xinitrc | |
parent | b66fa907412263f24f333b53544fff3585c99196 (diff) | |
parent | 081bc0a359c029e883d28cb3a5003e74805bf68e (diff) | |
download | dotfiles-97e8967c83ca1125377d27bdcf593617ccdadb03.tar.gz dotfiles-97e8967c83ca1125377d27bdcf593617ccdadb03.tar.bz2 dotfiles-97e8967c83ca1125377d27bdcf593617ccdadb03.zip |
Merge branch 'master' of github.com:Vaskozl/dotfiles
Diffstat (limited to 'xinitrc')
-rwxr-xr-x | xinitrc | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env bash +!/usr/bin/env bash # Inspiration: # http://www.desertsol.com/~kevin/ratpoison/ ratpoison_dir=$HOME/.ratpoison @@ -39,16 +39,11 @@ nitrogen --restore setxkbmap us -variant colemak xcape -t 300 -e 'Shift_L=parenleft;Shift_R=parenright;Hyper_L=Shift_L|exclam;Hyper_R=Shift_L|question' & xset r 64 -xset r rate 200 30 +xset r rate 180 40 xset m 0 0 -#Mount some stuff -pmount sda1 & -pmount sda5 & -pmount sda6 & - # Launch locking program -#xautolock -detectsleep -locker i3lock -time 11 -corners 0-00 & +xautolock -detectsleep -locker 'i3lock -i ~/Pictures/1440.png' -time 11 -corners 0-00 & # Load xterm colors xrdb -merge ~/.Xresources |