summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/nvim/lua/config/lazy.lua1
-rw-r--r--.config/x11/xresources2
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/nvim/lua/config/lazy.lua b/.config/nvim/lua/config/lazy.lua
index f94ab01..7c3bd3b 100644
--- a/.config/nvim/lua/config/lazy.lua
+++ b/.config/nvim/lua/config/lazy.lua
@@ -22,6 +22,7 @@ vim.g.mapleader = "\\"
vim.g.maplocalleader = "\\"
require('lazy').setup({
+ ui = { icons = { cmd = "", config = "", debug = "", event = "", favorite = "", ft = "", init = "", import = "", keys = "", lazy = "", loaded = "", not_loaded = "", plugin = "", runtime = "", require = "", source = "", start = "", task = "", list = { "", "", "", "", }, }, },
spec = {
{
'windwp/nvim-autopairs',
diff --git a/.config/x11/xresources b/.config/x11/xresources
index 91a3b6f..af461d9 100644
--- a/.config/x11/xresources
+++ b/.config/x11/xresources
@@ -9,6 +9,6 @@ Xcursor.theme: "Simp1e-Gruvbox-Dark"
Xcursor.size: 18
Nsxiv.window.background: #1d2021
Nsxiv.window.foreground: #ebdbb2
-Nsxiv.bar.font: BlexMono Nerd Font-13
+Nsxiv.bar.font: BlexMono Nerd Font-10
Vncviewer.grabKeyboard: true
Vncviewer.FullScreen: 1