set my monitor above my laptop monitor. Fix kitty tab navigation to not colide with a vim keybinding. Something in nvim and bash
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
export PATH=$PATH:/usr/local/go/bin
|
export GOPATH=$HOME/go
|
||||||
|
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin/:$(go env GOPATH)/bin
|
||||||
export PATH=$PATH:$HOME/.opencode/bin
|
export PATH=$PATH:$HOME/.opencode/bin
|
||||||
fastfetch
|
fastfetch
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
map ctrl+1 goto_tab 1
|
map ctrl+alt+1 goto_tab 1
|
||||||
map ctrl+2 goto_tab 2
|
map ctrl+alt+2 goto_tab 2
|
||||||
map ctrl+3 goto_tab 3
|
map ctrl+alt+3 goto_tab 3
|
||||||
map ctrl+4 goto_tab 4
|
map ctrl+alt+4 goto_tab 4
|
||||||
map ctrl+5 goto_tab 5
|
map ctrl+alt+5 goto_tab 5
|
||||||
map ctrl+6 goto_tab 6
|
map ctrl+alt+6 goto_tab 6
|
||||||
map ctrl+7 goto_tab 7
|
map ctrl+alt+7 goto_tab 7
|
||||||
map ctrl+8 goto_tab 8
|
map ctrl+alt+8 goto_tab 8
|
||||||
map ctrl+9 goto_tab 9
|
map ctrl+alt+9 goto_tab 9
|
||||||
|
|
||||||
background_opacity 0.8
|
background_opacity 0.8
|
||||||
# vim:ft=kitty
|
# vim:ft=kitty
|
||||||
|
|||||||
@@ -12,6 +12,23 @@ return {
|
|||||||
require "configs.lspconfig"
|
require "configs.lspconfig"
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"neovim-telescope/telescope.nvim",
|
||||||
|
opts = {
|
||||||
|
defaults = {
|
||||||
|
layout_config = {
|
||||||
|
horizontal = {
|
||||||
|
width = 0.98,
|
||||||
|
}
|
||||||
|
},
|
||||||
|
path_display = {
|
||||||
|
"filename_first",
|
||||||
|
shorten = 3,
|
||||||
|
},
|
||||||
|
dynamic_preview_title = true,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"toppair/peek.nvim",
|
"toppair/peek.nvim",
|
||||||
event = { "BufEnter" },
|
event = { "BufEnter" },
|
||||||
|
|||||||
@@ -38,6 +38,8 @@ output * bg ~/Pictures/wallpapers/neon-highway-outrun-3840x2160-16079.jpg fill
|
|||||||
# output HDMI-A-1 resolution 1920x1080 position 1920,0
|
# output HDMI-A-1 resolution 1920x1080 position 1920,0
|
||||||
#
|
#
|
||||||
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
||||||
|
output DP-1 position 0,0
|
||||||
|
output eDP-1 position 320,1440
|
||||||
|
|
||||||
### Idle configuration
|
### Idle configuration
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user