aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXander Swan <email>2025-12-03 10:00:42 -0500
committerXander Swan <email>2025-12-03 10:00:42 -0500
commitc9dc81534f0edcad76259aba833b949fcb0ea4a8 (patch)
tree6f3f92ea7873efaabc29656d92fb67a5960d9ee9
parentc7c1a753c06061ff3eaf81e32b2e9e3481e275c2 (diff)
use misc fixed, update readme
-rw-r--r--.config/nvim/lua/plugin/packer.lua1
-rw-r--r--.config/nvim/lua/plugin/setup.lua2
-rw-r--r--README16
-rw-r--r--README.md10
-rw-r--r--dmenu_config.h2
-rw-r--r--dwm_config.h6
-rw-r--r--st_config.h3
7 files changed, 24 insertions, 16 deletions
diff --git a/.config/nvim/lua/plugin/packer.lua b/.config/nvim/lua/plugin/packer.lua
index a5fe04c..a468c06 100644
--- a/.config/nvim/lua/plugin/packer.lua
+++ b/.config/nvim/lua/plugin/packer.lua
@@ -13,6 +13,7 @@ return require("packer").startup(function(use)
},
}
+ use {"tpope/vim-fugitive"}
use {"windwp/nvim-autopairs"}
use {
diff --git a/.config/nvim/lua/plugin/setup.lua b/.config/nvim/lua/plugin/setup.lua
index cde344f..5b6e400 100644
--- a/.config/nvim/lua/plugin/setup.lua
+++ b/.config/nvim/lua/plugin/setup.lua
@@ -1,4 +1,4 @@
-vim.g.virtcolumn_char = '▕'
+vim.g.virtcolumn_char = '|'
require('gitsigns').setup {}
diff --git a/README b/README
new file mode 100644
index 0000000..f0e006a
--- /dev/null
+++ b/README
@@ -0,0 +1,16 @@
+== Dotfiles ==
+
+Font:
+ I use the Misc Fixed font everywhere.
+
+ST:
+ Install a scrollback patch:
+
+ https://st.suckless.org/patches/scrollback/st-scrollback-0.9.2.diff
+
+Neovim:
+ Install Packer:
+
+ https://github.com/wbthomason/packer.nvim
+
+ Then do :PackerSync.
diff --git a/README.md b/README.md
deleted file mode 100644
index b36c271..0000000
--- a/README.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# Dotfiles
-My dotfiles.
-
-I use the JetBrainsMono Nerd Font everywhere. Find it [here](https://www.nerdfonts.com/font-downloads).
-
-## xborders
-This config requires [xborders](https://github.com/deter0/xborder).
-## Neovim
-Install [Packer](https://github.com/wbthomason/packer.nvim).
-Then run `:PackerSync`.
diff --git a/dmenu_config.h b/dmenu_config.h
index 2c77d4b..0a4f69f 100644
--- a/dmenu_config.h
+++ b/dmenu_config.h
@@ -4,7 +4,7 @@
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
- "JetbrainsMono Nerd Font:pixelsize=12:antialias=true:autohint=true"
+ "Misc Fixed:style=Regular:pixelsize=14:antialias=false"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
diff --git a/dwm_config.h b/dwm_config.h
index fba90b1..76d5ce7 100644
--- a/dwm_config.h
+++ b/dwm_config.h
@@ -7,8 +7,8 @@ static const unsigned int borderpx = 2; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
-static const char *fonts[] = { "JetBrainsMono Nerd Font:pixelsize=12:antialias=true:autohint=true" };
-static const char dmenufont[] = "JetBrainsMono Nerd Font:pixelsize=12:antialias=true:autohint=true";
+static const char *fonts[] = { "Misc Fixed:style=Regular:pixelsize=14:antialias=false" };
+static const char dmenufont[] = "Misc Fixed:style=Regular:pixelsize=14:antialias=false";
static const char col_bg_active[] = "#E0E0E0";
static const char col_fg_active[] = "#000000";
@@ -35,7 +35,7 @@ static const Rule rules[] = {
// { "Gimp", NULL, NULL, 0, 1, -1 },
{ "librewolf", NULL, NULL, T(7), 0, -1 },
{ "thunderbird", NULL, NULL, T(7), 0, -1 },
- { "discord", NULL, NULL, T(8)|T(0), 0, -1 },
+ { "discord", NULL, NULL, T(8), 0, -1 },
};
/* layout(s) */
diff --git a/st_config.h b/st_config.h
index e8d23a9..14167aa 100644
--- a/st_config.h
+++ b/st_config.h
@@ -5,7 +5,8 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "JetBrainsMono Nerd Font:pixelsize=12:antialias=true:autohint=true";
+// static char *font = "JetBrainsMono Nerd Font:pixelsize=12:antialias=true:autohint=true";
+static char *font = "-misc-fixed-medium-r-normal--14-130-13-75-C-70-iso10646-1";
static int borderpx = 2;
/*