aboutsummaryrefslogtreecommitdiff
path: root/env
diff options
context:
space:
mode:
Diffstat (limited to 'env')
-rw-r--r--env/.config/dunst/dunstrc2
-rwxr-xr-xenv/.config/nvim/lua/yourmom/remap.lua4
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" })