From 711a4b881306a9c4a9a125eea67b0534ab605552 Mon Sep 17 00:00:00 2001 From: talksik Date: Sat, 27 Jan 2024 15:06:18 -0800 Subject: [PATCH] tweaks --- .config/i3/config | 2 +- .config/nvim/lua/talksik/packer.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 38b130a..3fda550 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -10,7 +10,7 @@ # Please see https://i3wm.org/docs/userguide.html for a complete reference! # Set mod key (Mod1=, Mod4=) -set $mod Mod1 +set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. diff --git a/.config/nvim/lua/talksik/packer.lua b/.config/nvim/lua/talksik/packer.lua index a93889a..f04b973 100644 --- a/.config/nvim/lua/talksik/packer.lua +++ b/.config/nvim/lua/talksik/packer.lua @@ -11,7 +11,7 @@ return require('packer').startup(function(use) use { - 'nvim-telescope/telescope.nvim', tag = '0.1.0', + 'nvim-telescope/telescope.nvim', tag = '0.1.4', -- or , branch = '0.1.x', requires = { { 'nvim-lua/plenary.nvim' }, { 'xiyaowong/telescope-emoji.nvim' } } }