From 25075231f121e277a14ed5ef12bb1d66768f3052 Mon Sep 17 00:00:00 2001 From: ipu Date: Fri, 11 Apr 2025 19:57:16 +0300 Subject: [PATCH] update dotfiles --- i3/.config/i3/config | 6 +++--- nvim/.config/nvim/lua/plugins/neorg.lua | 10 +++++++++- nvim/.config/nvim/lua/plugins/telescope.lua | 1 + tmux/.config/tmuxinator/learn-go.yml | 2 +- tmux/.config/tmuxinator/learn-web.yml | 11 +++++++++++ 5 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 tmux/.config/tmuxinator/learn-web.yml diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 90be181..f89a0c9 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -253,8 +253,8 @@ bindsym $mod+w exec firefox # program launcher rofi bindsym $mod+d exec "rofi -modi drun,run -show drun" # screenshot -bindsym Print exec --no-startup-id spectacle -r -bindsym Shift+Print exec --no-startup-id spectacle -f +bindsym $mod+p exec --no-startup-id spectacle -r +bindsym $mod+Shift+p exec --no-startup-id spectacle -f # wallpaper exec_always feh --bg-fill /home/ipu/Pictures/Wallpapers/anime-kita.png @@ -277,7 +277,7 @@ mode "$mode_system" { bindsym Escape mode "default" } -bindsym $mod+Pause mode "$mode_system" +bindsym $mod+Delete mode "$mode_system" # class border|backgr|text|indicator|child_border client.focused $lightgray $lightgray $bg $purple $lightgray diff --git a/nvim/.config/nvim/lua/plugins/neorg.lua b/nvim/.config/nvim/lua/plugins/neorg.lua index 950e83e..dd0bb79 100644 --- a/nvim/.config/nvim/lua/plugins/neorg.lua +++ b/nvim/.config/nvim/lua/plugins/neorg.lua @@ -7,7 +7,15 @@ return { require("neorg").setup { load = { ["core.defaults"] = {}, - ["core.concealer"] = {}, + ["core.concealer"] = { + config = { + icons = { + code_block = { + conceal = true, + }, + }, + }, + }, ["core.dirman"] = { config = { workspaces = { diff --git a/nvim/.config/nvim/lua/plugins/telescope.lua b/nvim/.config/nvim/lua/plugins/telescope.lua index 0a920a9..d37d00b 100644 --- a/nvim/.config/nvim/lua/plugins/telescope.lua +++ b/nvim/.config/nvim/lua/plugins/telescope.lua @@ -14,5 +14,6 @@ return { require("telescope").load_extension("fzf") vim.keymap.set("n", "ff", require("telescope.builtin").find_files) vim.keymap.set("n", "fh", require("telescope.builtin").help_tags) + vim.keymap.set("n", "fg", require("telescope.builtin").live_grep) end } diff --git a/tmux/.config/tmuxinator/learn-go.yml b/tmux/.config/tmuxinator/learn-go.yml index edf0b53..17d183a 100644 --- a/tmux/.config/tmuxinator/learn-go.yml +++ b/tmux/.config/tmuxinator/learn-go.yml @@ -1,7 +1,7 @@ # /home/ipu/.config/tmuxinator/learn-go.yml name: learn-go -root: ~/Code/my/bootdev/go-learn/go-http-server/ +root: ~/Code/my/bootdev/go-learn/go-file-storage/ windows: - editor: diff --git a/tmux/.config/tmuxinator/learn-web.yml b/tmux/.config/tmuxinator/learn-web.yml new file mode 100644 index 0000000..4115ad9 --- /dev/null +++ b/tmux/.config/tmuxinator/learn-web.yml @@ -0,0 +1,11 @@ +# /home/ipu/.config/tmuxinator/learn-web.yml + +name: learn-web +root: ~/Code/my/freecodecamp/ + +windows: + - editor: + - nvim . + - shell: + - +