aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2021-03-08 22:54:43 +0100
committerbozo.kopic <bozo@kopic.xyz>2021-03-08 22:54:43 +0100
commita31d5c1a242b2e88b01bb75706a79fdf6857eaa5 (patch)
tree04e784285491b85bdfcce3204779c1eb1300c83a
parent67b68e9983b6453aa026f0cd0211bc72ed257701 (diff)
.
-rw-r--r--git/.gitconfig2
-rw-r--r--i3/config4
-rw-r--r--subl3/Adaptive.sublime-theme4
-rw-r--r--tmux/.tmux.conf3
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]
diff --git a/i3/config b/i3/config
index ed691ff..0cfaca3 100644
--- a/i3/config
+++ b/i3/config
@@ -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