diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-07-21 20:54:28 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-07-21 20:56:30 -0500 |
| commit | 4808986b0873c15db21c8c3702b64537fb48463b (patch) | |
| tree | eaeda99a8301679aa5da67ce46f728bf83372928 | |
| parent | 143696c0a95af8eb819562701dcd0421254620f8 (diff) | |
changes
- readded CC submodule
- added discord window rules
- readme change
| -rw-r--r-- | .gitmodules | 2 | ||||
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | env/.config/hypr/hyprland.conf | 11 | ||||
| m--------- | env/.config/nvim/custom-lsp/lua-ls-cc-tweaked | 0 |
4 files changed, 14 insertions, 3 deletions
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 @@ -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 +Subproject b23f104f55b5b3bee19d8fe647a04d9bd994360 |
