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 25a09b385d29d3c8f4435a4056a95604d0a53cee
parent d8bbea00bd45adffb4b7397452653e718733e7e1
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue, 24 Jun 2014 12:23:49 +0200

Merge branch 'master' of github.com:anders-dc/dotfiles

Diffstat:
M.config/dwb/searchengines | 1+
M.emacs.d/init.el | 2+-
Mbin/tmux-utility.sh | 13++++++++-----
3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/.config/dwb/searchengines b/.config/dwb/searchengines @@ -5,3 +5,4 @@ debian http://packages.debian.org/search?keywords=_dwb_search_submit_&searchon=n scholar http://scholar.google.dk/scholar?hl=da&q=_dwb_search_submit_ sb http://statsbiblioteket.dk/?query=_dwb_search_submit_ wa https://www.wolframalpha.com/input/?i=_dwb_search_submit_&dataset= +julia http://docs.julialang.org/en/latest/search/?q=_dwb_search_submit_&check_keywords=yes&area=default diff --git a/.emacs.d/init.el b/.emacs.d/init.el @@ -80,7 +80,7 @@ (setq fci-rule-color "#073642") ;; color (define-globalized-minor-mode global-fci-mode fci-mode (lambda() (fci-mode 1))) -(global-fci-mode t) +;(global-fci-mode t) ;; recent files with C-x C-f (require 'recentf) diff --git a/bin/tmux-utility.sh b/bin/tmux-utility.sh @@ -9,15 +9,18 @@ then tmux new-session -s $SESSION -n misc -d #tmux send-keys -t $SESSION 'mutt' C-m # process in first pane - tmux send-keys -t $SESSION 'vimpc' C-m # process in first pane - tmux split-window -h -p 60 -t $SESSION # horizontal split + tmux send-keys -t $SESSION 'irc.sh' C-m # process in first pane + tmux split-window -h -p 65 -t $SESSION # horizontal split #tmux split-window -v -p 10 -t $SESSION # bottom right #tmux send-keys -t $SESSION 'htop' C-m tmux select-pane -t $SESSION:1.1 # select first pane - tmux split-window -v -p 66 -t $SESSION # create a pane below second pane + #tmux split-window -v -p 60 -t $SESSION # create a pane below first pane + tmux split-window -v -p 56 -t $SESSION # create a pane below first pane tmux send-keys -t $SESSION 'htop' C-m # process in third pane - tmux split-window -v -p 70 -t $SESSION # create a pane below second pane - tmux send-keys -t $SESSION 'irc.sh' C-m # process in fourth pane + tmux split-window -v -p 75 -t $SESSION # create a pane below second pane + #tmux send-keys -t $SESSION 'irc.sh' C-m # process in fourth pane + #tmux send-keys -t $SESSION 'ncmpcpp' C-m # process in fourth pane + tmux send-keys -t $SESSION 'vimpc' C-m # process in fourth pane tmux select-pane -t $SESSION:1.1 # select first pane fi tmux attach -t $SESSION