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 d1c39e677902db6637ff3af9db7a68f608f9a013
parent edc5db7e5063fe97383bfff93c0cfd69198f94a3
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Mon,  7 Oct 2013 11:10:51 +0200

changed order of xmodmap

Diffstat:
M.xinitrc | 21+++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/.xinitrc b/.xinitrc @@ -13,9 +13,6 @@ setxkbmap us # Read .xbindkeysrc for special key-bindings xbindkeys -# Read .Xmodmap for modified keys -xmodmap ~/.Xmodmap - # Set display color profile [ -f ~/doc/colorprofile.icc ] && xcalib ~/doc/colorprofile.icc @@ -27,6 +24,10 @@ xrdb ~/.Xdefaults xset +dpms # Energy Star features on xset dpms 300 600 900 # standby -> suspend -> off (seconds) +# mouse acceleration (xset m <acceleration> <threshold>) +#xset m 3/2 4 +xset m 2/1 4 + # Set dim LCD brightness #xbacklight -set 30 & @@ -36,12 +37,12 @@ dunst & # Bluetooth applet #blueman-applet & -gnome-settings-daemon & # handles themes, starts gnome-screensaver. You may have to use gconf to disable it setting the background. -nm-applet & # assuming you're using Network Manager +#gnome-settings-daemon & # handles themes, starts gnome-screensaver. You may have to use gconf to disable it setting the background. +#nm-applet & # assuming you're using Network Manager #pidgin & # if you're using pidgin. You can really put any programs here. -gnome-power-manager & # for laptops and stuff -gnome-volume-manager & # for mounting CDs, USB sticks, and such -eval `gnome-keyring-daemon` # SSH/GPG agent +#gnome-power-manager & # for laptops and stuff +#gnome-volume-manager & # for mounting CDs, USB sticks, and such +#eval `gnome-keyring-daemon` # SSH/GPG agent # Disable touchpad when typing @@ -52,4 +53,8 @@ eval `gnome-keyring-daemon` # SSH/GPG agent # Automatically lock the screen after 10 mins of inactivity xautolock -time 10 -locker "i3lock -c 1d1f21" & +# Read .Xmodmap for modified keys +xmodmap ~/.Xmodmap + + exec i3