diff options
| -rw-r--r-- | git/.gitconfig | 2 | ||||
| -rw-r--r-- | i3/config | 4 | ||||
| -rw-r--r-- | subl3/Adaptive.sublime-theme | 4 | ||||
| -rw-r--r-- | tmux/.tmux.conf | 3 |
4 files changed, 3 insertions, 10 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index fd5b39e..b3a430e 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -8,7 +8,7 @@ autosetuprebase = always [core] autocrlf = false - editor = vim + editor = nvim [alias] tree = log --graph --pretty='format:"%C(auto)%h [%ad] %an%d: %s"' --date=short [diff] @@ -77,7 +77,3 @@ bar { strip_workspace_numbers yes tray_output primary } - -exec ~/bin/loadxresources -exec ~/bin/setwallpaper - diff --git a/subl3/Adaptive.sublime-theme b/subl3/Adaptive.sublime-theme index bdd3a3a..4872ecf 100644 --- a/subl3/Adaptive.sublime-theme +++ b/subl3/Adaptive.sublime-theme @@ -3,7 +3,7 @@ "class": "sidebar_label", "font.bold": false, "font.size": 16, - "font.face": "Droid Sans", + "font.face": "Inter", "offset": [20, 0] }, { @@ -18,7 +18,7 @@ { "class": "label_control", "font.size": 14, - "font.face": "Droid Sans", + "font.face": "Inter", "content_margin": 5 } ] diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 31af636..d31c1d7 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,6 +1,3 @@ - -#set -g default-command "fish" - set -g escape-time 0 set -g prefix C-a |
