diff --git a/i3/config b/i3/config index 8408e8c..eb1d9d6 100644 --- a/i3/config +++ b/i3/config @@ -10,8 +10,8 @@ # Please see https://i3wm.org/docs/userguide.html for a complete reference! set $mod Mod4 -set $wallpaper '/data/sync/images/wallpapers/suse.png' -set $term 'xfce4-terminal' +set $wallpaper '/home/nnduc/sync/images/wallpapers/suse.png' +set $terminal 'xfce4-terminal' # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. font pango:NotoSans 12 @@ -41,13 +41,11 @@ bindsym Print exec flameshot gui -c exec --no-startup-id fcitx5 -d exec --no-startup-id nm-applet exec --no-startup-id blueman-applet +exec --no-startup-id kwalletd6 exec --no-startup-id feh --bg-fill $wallpaper exec --no-startup-id owncloud exec --no-startup-id pasystray exec --no-startup-id polybar -exec --no-startup-id xset m 1/1 0 -exec xinput --set-prop "Razer Razer DeathAdder V2 X HyperSpeed Mouse" "Device Accel Constant Deceleration" 3 -exec --no-startup-id gentoo-pipewire-launcher restart & set $refresh_i3status killall -SIGUSR1 i3status @@ -90,7 +88,7 @@ floating_modifier $mod # start a terminal #bindsym $mod+Return exec i3-sensible-terminal -bindsym $mod+Return exec $term +bindsym $mod+Return exec $terminal # kill focused window bindsym $mod+Shift+q kill diff --git a/nvim/init.lua b/nvim/init.lua index c1c3463..8a21d81 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -115,7 +115,18 @@ require("lazy").setup({ { "w", "Telescope grep_string", desc = "Grep word under cursor" }, }, config = function() - require("telescope").setup() + require('telescope').setup({ + defaults = { + file_ignore_patterns = { "%.git/" }, -- Note the lua escape character '%' for the dot + }, + pickers = { + find_files = { + hidden = true, + -- Optional: exclude the .git directory + -- find_command = { "rg", "--files", "--hidden", "--glob", "!**/.git/*" }, + }, + }, + }) require("telescope").load_extension("fzf") end, }, diff --git a/nvim/lazy-lock.json b/nvim/lazy-lock.json new file mode 100644 index 0000000..396615f --- /dev/null +++ b/nvim/lazy-lock.json @@ -0,0 +1,22 @@ +{ + "Comment.nvim": { "branch": "master", "commit": "e30b7f2008e52442154b66f7c519bfd2f1e32acb" }, + "coq.artifacts": { "branch": "artifacts", "commit": "ef5f21d638ccc456cfa5b8d0ab37093cefe48c8b" }, + "coq.thirdparty": { "branch": "3p", "commit": "2bd969a2bcd2624f9c260b1000957c7e665e308e" }, + "coq_nvim": { "branch": "coq", "commit": "d939a34ceb2b57d2937890337a4aa75eb55e18a8" }, + "gruvbox.nvim": { "branch": "main", "commit": "561126520034a1dac2f78ab063db025d12555998" }, + "julia-vim": { "branch": "master", "commit": "edd3512748bd07252fa79f3c01b759921192a319" }, + "lazy.nvim": { "branch": "main", "commit": "85c7ff3711b730b4030d03144f6db6375044ae82" }, + "lualine.nvim": { "branch": "master", "commit": "47f91c416daef12db467145e16bed5bbfe00add8" }, + "nvim-autopairs": { "branch": "master", "commit": "59bce2eef357189c3305e25bc6dd2d138c1683f5" }, + "nvim-bqf": { "branch": "main", "commit": "f65fba733268ffcf9c5b8ac381287eca7c223422" }, + "nvim-lspconfig": { "branch": "master", "commit": "44acfe887d4056f704ccc4f17513ed41c9e2b2e6" }, + "nvim-tree.lua": { "branch": "master", "commit": "e11ce83ed9a00f065bf676ae4e6c261c766989ba" }, + "nvim-web-devicons": { "branch": "master", "commit": "746ffbb17975ebd6c40142362eee1b0249969c5c" }, + "plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" }, + "telescope-fzf-native.nvim": { "branch": "main", "commit": "6fea601bd2b694c6f2ae08a6c6fab14930c60e2c" }, + "telescope.nvim": { "branch": "master", "commit": "5255aa27c422de944791318024167ad5d40aad20" }, + "vim-fugitive": { "branch": "master", "commit": "61b51c09b7c9ce04e821f6cf76ea4f6f903e3cf4" }, + "vim-ime": { "branch": "master", "commit": "79e3b02eb50a57305113550be7ca163b267b5e30" }, + "viml-surround": { "branch": "master", "commit": "98358bad347aa2b8a180c2edde84c3bd8a51fdd1" }, + "vimtex": { "branch": "master", "commit": "95b93a24740f7b89dd8331326b41bdd1337d79f6" } +}