changes
- readded CC submodule - added discord window rules - readme change
This commit is contained in:
parent
143696c0a9
commit
4808986b08
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit b23f104f55b5b3bee19d8fe647a04d9bd9943603
|
Loading…
Reference in New Issue