From 4808986b0873c15db21c8c3702b64537fb48463b Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Mon, 21 Jul 2025 20:54:28 -0500 Subject: [PATCH] changes - readded CC submodule - added discord window rules - readme change --- .gitmodules | 2 +- README.md | 4 ++-- env/.config/hypr/hyprland.conf | 11 +++++++++++ env/.config/nvim/custom-lsp/lua-ls-cc-tweaked | 1 + 4 files changed, 15 insertions(+), 3 deletions(-) create mode 160000 env/.config/nvim/custom-lsp/lua-ls-cc-tweaked diff --git a/.gitmodules b/.gitmodules index 82dec52..a556ee3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "env/.config/nvim/custom-lsp/lua-ls-cc-tweaked"] path = env/.config/nvim/custom-lsp/lua-ls-cc-tweaked - url = https://github.com/nvim-computercraft/lua-ls-cc-tweaked.git + url = https://github.com/nvim-computercraft/lua-ls-cc-tweaked diff --git a/README.md b/README.md index 73c5f95..aab70ce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # hi -this is just some configs and stuffs i decided to put on my github +this is just some configs and stuffs i decided to put on my github. eg my dotfiles - current os Artix linux (btw) @@ -8,7 +8,7 @@ eg my dotfiles ## update 05/24/2025 i liked how primagen did his dev environment and deploying of scripts. so im making my own version -note: the pacman install scripts may not be fully what i have as i made this loong after installing software +> [!NOTE] the pacman install scripts may not be fully what i have as i made this loong after installing software ## requirements diff --git a/env/.config/hypr/hyprland.conf b/env/.config/hypr/hyprland.conf index 4c20d06..62df229 100644 --- a/env/.config/hypr/hyprland.conf +++ b/env/.config/hypr/hyprland.conf @@ -436,6 +436,17 @@ windowrule = noborder, class:vesktop windowrule = noshadow, class:vesktop windowrule = noblur, class:vesktop +# discord +windowrule = float, class:discord +windowrule = monitor DP-1, class:discord +windowrule = move 0% 0%, class:discord +windowrule = size 70% 70%, class:discord +windowrule = workspace 11, class:discord +windowrule = bordercolor rgba(00000000), class:discord +windowrule = noborder, class:discord +windowrule = noshadow, class:discord +windowrule = noblur, class:discord + # Mumble windowrule = float, title:Mumble windowrule = monitor DP-1, title:Mumble diff --git a/env/.config/nvim/custom-lsp/lua-ls-cc-tweaked b/env/.config/nvim/custom-lsp/lua-ls-cc-tweaked new file mode 160000 index 0000000..b23f104 --- /dev/null +++ b/env/.config/nvim/custom-lsp/lua-ls-cc-tweaked @@ -0,0 +1 @@ +Subproject commit b23f104f55b5b3bee19d8fe647a04d9bd9943603