diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-07-29 19:08:43 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-07-29 19:08:43 -0500 |
| commit | 0574377182f28a8449b1955d287bfa27cfc3fe88 (patch) | |
| tree | c86bfcd5e1df50dc237c7456290f778ddc8c0c2f /env | |
| parent | 989269f4d5a0d3834bab3003cc557a5df5dbc13e (diff) | |
Squashed commit of the following:
- the splittening. get reqs are now seperate files. and im using a loop
Diffstat (limited to 'env')
| -rw-r--r-- | env/.config/dunst/dunstrc | 2 | ||||
| -rwxr-xr-x | env/.config/nvim/lua/yourmom/remap.lua | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/env/.config/dunst/dunstrc b/env/.config/dunst/dunstrc index 73b8868..0128360 100644 --- a/env/.config/dunst/dunstrc +++ b/env/.config/dunst/dunstrc @@ -5,7 +5,7 @@ # Which monitor should the notifications be displayed on. # i keep having to change this because hyprland ◔̯◔ - monitor = 0 + monitor = 1 # Display notification on focused monitor. Possible modes are: # mouse: follow mouse pointer diff --git a/env/.config/nvim/lua/yourmom/remap.lua b/env/.config/nvim/lua/yourmom/remap.lua index 131eff9..895203a 100755 --- a/env/.config/nvim/lua/yourmom/remap.lua +++ b/env/.config/nvim/lua/yourmom/remap.lua @@ -66,8 +66,8 @@ vim.keymap.set('n', '<leader>tp', ':tabp<CR>') vim.keymap.set("n", "<leader>ee", "oif err != nil {<CR>}<Esc>Oreturn err<Esc>") -- terminal niceites -vim.keymap.set("n", "<C-;>", ":", { desc = "Enter command mode" }) -vim.keymap.set("v", "<C-;>", ":", { desc = "Enter command mode (visual)" }) +-- vim.keymap.set("n", "<C-;>", ":", { desc = "Enter command mode" }) +-- vim.keymap.set("v", "<C-;>", ":", { desc = "Enter command mode (visual)" }) vim.keymap.set("t", "<C-e>", "<C-\\><C-n>", { desc = "Exit terminal" }) |
