diff --git a/bash/.bashrc.d/startup b/bash/.bashrc.d/startup index d56a273..ad3942e 100644 --- a/bash/.bashrc.d/startup +++ b/bash/.bashrc.d/startup @@ -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 fastfetch diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index 78c03e8..0bbf672 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -1,12 +1,12 @@ -map ctrl+1 goto_tab 1 -map ctrl+2 goto_tab 2 -map ctrl+3 goto_tab 3 -map ctrl+4 goto_tab 4 -map ctrl+5 goto_tab 5 -map ctrl+6 goto_tab 6 -map ctrl+7 goto_tab 7 -map ctrl+8 goto_tab 8 -map ctrl+9 goto_tab 9 +map ctrl+alt+1 goto_tab 1 +map ctrl+alt+2 goto_tab 2 +map ctrl+alt+3 goto_tab 3 +map ctrl+alt+4 goto_tab 4 +map ctrl+alt+5 goto_tab 5 +map ctrl+alt+6 goto_tab 6 +map ctrl+alt+7 goto_tab 7 +map ctrl+alt+8 goto_tab 8 +map ctrl+alt+9 goto_tab 9 background_opacity 0.8 # vim:ft=kitty diff --git a/nvim/.config/nvim/lua/plugins/init.lua b/nvim/.config/nvim/lua/plugins/init.lua index b8c5efd..4273b01 100644 --- a/nvim/.config/nvim/lua/plugins/init.lua +++ b/nvim/.config/nvim/lua/plugins/init.lua @@ -12,6 +12,23 @@ return { require "configs.lspconfig" 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", event = { "BufEnter" }, diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 69ffaab..0fd59d1 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -38,6 +38,8 @@ output * bg ~/Pictures/wallpapers/neon-highway-outrun-3840x2160-16079.jpg fill # output HDMI-A-1 resolution 1920x1080 position 1920,0 # # 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 #