From 0574377182f28a8449b1955d287bfa27cfc3fe88 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Tue, 29 Jul 2025 19:08:43 -0500 Subject: Squashed commit of the following: - the splittening. get reqs are now seperate files. and im using a loop --- env/.config/dunst/dunstrc | 2 +- env/.config/nvim/lua/yourmom/remap.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'env') 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', 'tp', ':tabp') vim.keymap.set("n", "ee", "oif err != nil {}Oreturn err") -- terminal niceites -vim.keymap.set("n", "", ":", { desc = "Enter command mode" }) -vim.keymap.set("v", "", ":", { desc = "Enter command mode (visual)" }) +-- vim.keymap.set("n", "", ":", { desc = "Enter command mode" }) +-- vim.keymap.set("v", "", ":", { desc = "Enter command mode (visual)" }) vim.keymap.set("t", "", "", { desc = "Exit terminal" }) -- cgit v1.3