diff --git a/.config/hypr/binds.conf b/.config/hypr/binds.conf index 62e82c47..e6ad43ed 100644 --- a/.config/hypr/binds.conf +++ b/.config/hypr/binds.conf @@ -34,8 +34,8 @@ bindc = SUPER, mouse:272, togglefloating # Resize floating window with scrollwheels bind = $submod, mouse_down, resizeactive, 0 -30 bind = $submod, mouse_up, resizeactive, 0 30 -bind = $submod, mouse_right, resizeactive, 30 0 -bind = $submod, mouse_left, resizeactive, -30 0 +bind = $submod, mouse_left, resizeactive, 30 0 +bind = $submod, mouse_right, resizeactive, -30 0 bind = $submod, space, togglefloating, # toggle the window between focus and float # Screenshot/Screencapture diff --git a/.config/nvim b/.config/nvim index 6e88ad86..e563553a 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit 6e88ad861fde263b2c83173547e679f5b1411843 +Subproject commit e563553a57208e637f4b6a6541c029a35520a61c diff --git a/.nixos b/.nixos index c7b96e7d..caf6b243 160000 --- a/.nixos +++ b/.nixos @@ -1 +1 @@ -Subproject commit c7b96e7d96f9d4ed69b4ab072130aeaf7af64f4f +Subproject commit caf6b24398dc6b5174ce8ea69c8a03c8ed9d2643 diff --git a/.zshrc b/.zshrc index 94b9e2ef..6f48dfee 100755 --- a/.zshrc +++ b/.zshrc @@ -13,5 +13,6 @@ alias v="nvim" alias lg="lazygit" alias nsh="nix-shell -p" alias vif="nvim ~/.nixos/flake.nix" +alias vic="nvim ~/.nixos/common.nix" source ~/.zshrc-local