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 4257ae8d99b7656e278bce161e2c5f3b9f45fbf4
parent 6fc9628fc82a6d5e9c6d4de68ca3e6d98974d941
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun, 19 May 2019 12:59:25 +0200

Do not use absolute paths for custom bin content

Diffstat:
M.profile | 10+---------
M.xinitrc | 4++--
2 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/.profile b/.profile @@ -9,15 +9,7 @@ export BROWSER=surf-open.sh export BIB="$HOME/articles/own/BIBnew.bib" # nnn settings -NNN_BMS="a:$HOME/articles;" -NNN_BMS+="b:$HOME/books;" -NNN_BMS+="c:$HOME/code;" -NNN_BMS+="d:$HOME/doc;" -NNN_BMS+="m:/mnt;" -NNN_BMS+="s:$HOME/uni/postdoc/stanford-sigma;" -NNN_BMS+="t:$HOME/tmp;" -NNN_BMS+="u:$HOME/uni;" -NNN_BMS+="v:$HOME/videos" +NNN_BMS="a:$HOME/articles;b:$HOME/books;c:$HOME/code;d:$HOME/doc;m:/mnt;s:$HOME/uni/postdoc/stanford-sigma;t:$HOME/tmp;u:$HOME/uni;v:$HOME/videos" export NNN_BMS # bookmarks (max 10) export NNN_USE_EDITOR=1 # always open text files in $EDITOR export NNN_OPENER="$HOME/.config/nnn/xdg-open" diff --git a/.xinitrc b/.xinitrc @@ -4,7 +4,7 @@ xsetroot -cursor_name left_ptr & # Set background -~/bin/wallpaper.sh +wallpaper.sh # Set display color profile #[ -f ~/doc/colorprofile.icc ] && xcalib ~/doc/colorprofile.icc @@ -17,7 +17,7 @@ eval "$(ssh-agent)" eval "$(gpg-agent)" # Automatically suspend system after 20 mins of inactivity -xautolock -time 10 -locker "$HOME"/bin/xlock -detectsleep & +xautolock -time 10 -locker xlock -detectsleep & # Read .Xmodmap for modified keys setxkbmap -option ctrl:nocaps -option altwin:swap_lalt_lwin