From 803e70e7fc5f54554f9235b3553ca9f243ac4534 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Wed, 11 Feb 2026 01:21:02 -0600 Subject: Squashed commit of the following: - removed setkey-x11-i3.sh - added x11 keyswap to profile - c dap change - removed p10k - switched to servg - pipewire workaround - added domain to other newsboat command - added domain to newsboat - added new drive mount command - switched from notes.md to notes.adoc - fixed workspace monitor binding for i3 --- env/.config/nvim/after/plugin/dap.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'env/.config/nvim/after/plugin') diff --git a/env/.config/nvim/after/plugin/dap.lua b/env/.config/nvim/after/plugin/dap.lua index a5f9c4b..6c678f7 100644 --- a/env/.config/nvim/after/plugin/dap.lua +++ b/env/.config/nvim/after/plugin/dap.lua @@ -54,8 +54,8 @@ if ok then type = "codelldb", request = "launch", program = function() - --return vim.fn.input('Path to executable: ', vim.fn.getcwd() .. '/', 'file') - return vim.fn.getcwd() .. "/" .. vim.fn.fnamemodify(vim.fn.getcwd(), ':t') + return vim.fn.input('Path to executable: ', vim.fn.getcwd() .. '/', 'file') + --return vim.fn.getcwd() .. "/" .. vim.fn.fnamemodify(vim.fn.getcwd(), ':t') end, cwd = '${workspaceFolder}', stopOnEntry = false, -- cgit v1.3