dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 66d389eed69d5c2717d8e4069d61ff5fde7b8797
parent 528f1e9c9405b1fd4ab27607db225782081cc3ca
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Fri, 24 Apr 2020 23:55:20 +0200

dot.map: change links


Former-commit-id: 46b89a59907dcdc25ad491692df0643087a4c2d3
Diffstat:
Mdot.map | 9+++++++--
Mtmux/tmux.conf | 3+--
2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dot.map b/dot.map @@ -13,7 +13,12 @@ i3: ~/.config/regolith/i3 irssi: ~/.config/irssi karabiner: ~/.config/karabiner lf: ~/.config/lf -newsboat: ~/.newsboat +newsboat: +- config: ~/.config/newsboat/config +- urls: ~/.config/newsboat/urls +- cache.db: ~/.local/share/newsboat/cache.db +- history.search: ~/.local/share/newsboat/history.search +- history.cmdline: ~/.local/share/newsboat/history.cmdline polybar: ~/.config/polybar radio: - radio-config: ~/.radio-config @@ -22,7 +27,7 @@ tuir: ~/.config/tuir screen: - screenrc: ~/.screenrc tmux: -- tmux.conf: ~/.tmux.conf +- tmux.conf: ~/.config/tmux/tmux.conf ghci: ~/.ghci mpv: ~/.config/mpv mps-youtube: diff --git a/tmux/tmux.conf b/tmux/tmux.conf @@ -25,7 +25,6 @@ setw -g monitor-activity on setw -g xterm-keys on # for vim setw -g aggressive-resize on setw -g automatic-rename -setw -g mode-keys vi setw -g mode-style bg='#d0d0d0' setw -g window-status-current-style bg='#99ddff,bold' setw -g window-status-activity-style bg='#e9cddf' @@ -42,7 +41,7 @@ bind C-a send-prefix # Reload the config file unbind r -bind r source-file ~/.tmux.conf \; display-message "Reloaded config" +bind r source-file ~/.config/tmux/tmux.conf \; display-message "Reloaded config" # Allow c-a c-d to detach bind C-d detach-client