feat(nvim): new plugin, feat(i3): remap caps to ctrl

This commit is contained in:
TheK4n 2023-11-17 16:12:03 +03:00
parent 80ab325096
commit 8833186f9b
2 changed files with 2 additions and 5 deletions

View File

@ -13,7 +13,7 @@ exec --no-startup-id xset +dpms dpms 600 0 0
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock -enf -c 1e1e1e
exec_always --no-startup-id xset r rate 250 100
exec_always --no-startup-id setxkbmap -model pc105 -layout us,ru -option grp:win_space_toggle -option caps:escape
exec_always --no-startup-id setxkbmap -model pc105 -layout us,ru -option grp:win_space_toggle -option ctrl:nocaps
# wallpapers
exec --no-startup-id nitrogen --restore; sleep 1; picom -b --config ~/.config/picom/picom.conf

View File

@ -4,6 +4,7 @@ return {
'google/vim-searchindex',
'rbgrouleff/bclose.vim',
'chaoren/vim-wordmotion',
'preservim/vim-pencil',
{
'windwp/nvim-autopairs',
desc = "Auto pair brackets and tags",
@ -29,10 +30,6 @@ return {
require('colorizer').setup()
end
},
{
'preservim/vimux',
enabled = vim.fn.executable "tmux" == 1
},
{
'nvim-treesitter/nvim-treesitter',
build = ':TSUpdate',