changes
- readded CC submodule - added discord window rules - readme change
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,3 +1,3 @@
|
|||||||
[submodule "env/.config/nvim/custom-lsp/lua-ls-cc-tweaked"]
|
[submodule "env/.config/nvim/custom-lsp/lua-ls-cc-tweaked"]
|
||||||
path = 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
|
# 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
|
eg my dotfiles
|
||||||
|
|
||||||
- current os Artix linux (btw)
|
- current os Artix linux (btw)
|
||||||
@@ -8,7 +8,7 @@ eg my dotfiles
|
|||||||
## update 05/24/2025
|
## update 05/24/2025
|
||||||
|
|
||||||
i liked how primagen did his dev environment and deploying of scripts. so im making my own version
|
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
|
## requirements
|
||||||
|
|
||||||
|
|||||||
11
env/.config/hypr/hyprland.conf
vendored
11
env/.config/hypr/hyprland.conf
vendored
@@ -436,6 +436,17 @@ windowrule = noborder, class:vesktop
|
|||||||
windowrule = noshadow, class:vesktop
|
windowrule = noshadow, class:vesktop
|
||||||
windowrule = noblur, 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
|
# Mumble
|
||||||
windowrule = float, title:Mumble
|
windowrule = float, title:Mumble
|
||||||
windowrule = monitor DP-1, title:Mumble
|
windowrule = monitor DP-1, title:Mumble
|
||||||
|
|||||||
1
env/.config/nvim/custom-lsp/lua-ls-cc-tweaked
vendored
Submodule
1
env/.config/nvim/custom-lsp/lua-ls-cc-tweaked
vendored
Submodule
Submodule env/.config/nvim/custom-lsp/lua-ls-cc-tweaked added at b23f104f55
Reference in New Issue
Block a user