dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 9d5e2325c03f3e9eeb3ec53331401cb23c952f08
parent 0fd77a422fbef1d9ac7a3830b8d2be13fdaa8530
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue, 28 Jan 2014 10:39:53 +0100

dvorak as standard keymap

Diffstat:
M.Xmodmap | 6++++++
M.Xresources | 4+++-
M.ncmpcpp/config | 2++
M.tmux.conf | 3+++
M.vimperatorrc | 3++-
M.xinitrc | 7++++++-
6 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/.Xmodmap b/.Xmodmap @@ -1,6 +1,12 @@ ! Map caps lock to escape +!remove Lock = Caps_Lock !keysym Caps_Lock = Escape +! Map caps lock to ctrl +!remove Lock = Caps_Lock +!keysym Caps_Lock = Control_L +!add Control = Control_L + remove mod1 = Alt_L remove mod1 = Alt_R remove mod4 = Super_L diff --git a/.Xresources b/.Xresources @@ -14,7 +14,9 @@ urxvt*matcher-button: 1 urxvt*urlLauncher: /usr/bin/iceweasel !URxvt*matcher.button: 1 !URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] -urxvt*cursorUnderline: 1 +!urxvt*cursorUnderline: 1 +urxvt*cursorUnderline: 0 +urxvt*cursorColor: #FF00FF urxvt*letterspace: -5 !urxvt*fading: 10 !urxvt*fadeColor: #000000 diff --git a/.ncmpcpp/config b/.ncmpcpp/config @@ -8,9 +8,11 @@ mpd_port = "6600" mpd_music_dir = "/home/music" mpd_crossfade_time = "1" visualizer_in_stereo = "yes" +#visualizer_in_stereo = "no" visualizer_fifo_path = "/tmp/mpd.fifo" visualizer_output_name = "my_fifo" visualizer_type = "spectrum" # spectrum/wave +#visualizer_type = "wave" # spectrum/wave song_list_format = "$3{%A }|{%a }$7{%b }$0{%t}| $4$R{%7l}$9" now_playing_prefix = "$r" now_playing_suffix = "$/r" diff --git a/.tmux.conf b/.tmux.conf @@ -2,6 +2,9 @@ set-option -g prefix C-a bind-key C-w last-window # Go to last window with C-a C-w bind-key C-a last-pane # Go to last pane with C-a C-a +#set-option -g prefix C-b +#bind-key C-w last-window # Go to last window with C-b C-w +#bind-key C-b last-pane # Go to last pane with C-b C-b set -g default-terminal "screen-256color" setw -g mode-keys vi diff --git a/.vimperatorrc b/.vimperatorrc @@ -9,7 +9,8 @@ highlight Bell display: none; " Home row "set hintchars=hjklasdf " Smart row -set hintchars=hjklasdfgyuiopqwertnmzxcvb +"set hintchars=hjklasdfgyuiopqwertnmzxcvb +set hintchars=hutenosa " Define appearance of hints (CSS) highlight Hint font-size:100%;color:white;background-color:red;padding:2px; diff --git a/.xinitrc b/.xinitrc @@ -8,7 +8,8 @@ xset -b # Keyboard layout with caps as ctrl #setxkbmap dk -setxkbmap us -option ctrl:nocaps +#setxkbmap us -option ctrl:nocaps +setxkbmap dvorak -option ctrl:nocaps # Read .xbindkeysrc for special key-bindings xbindkeys @@ -50,6 +51,9 @@ dunst & #gnome-volume-manager & # for mounting CDs, USB sticks, and such #eval `gnome-keyring-daemon` # SSH/GPG agent +owncloud & +dropbox start & + # Disable touchpad when typing #syndaemon -t -k -i 2 -d & @@ -63,6 +67,7 @@ synclient TapButton1=1 TapButton2=2 TapButton3=3 xautolock -time 10 -locker "i3lock -c 1d1f21" & # Read .Xmodmap for modified keys +setxkbmap -option ctrl:nocaps xmodmap ~/.Xmodmap exec i3