Compare commits
2 commits
7ac6df13fd
...
eb0b7efc3c
| Author | SHA1 | Date | |
|---|---|---|---|
| eb0b7efc3c | |||
| 177f82a6a6 |
2 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,8 @@
|
|||
pkgs.bash-language-server
|
||||
# for justfile
|
||||
pkgs.just-lsp
|
||||
# for treesitter
|
||||
inputs.neovim-nightly-overlay.packages.${pkgs.stdenv.hostPlatform.system}.tree-sitter
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -305,6 +305,7 @@ in {
|
|||
|
||||
# Move to workspace 5
|
||||
"workspace 5, match:class ^(vesktop)$"
|
||||
"workspace 5, match:class ^(Element)$"
|
||||
|
||||
# Move to workspace 6
|
||||
"workspace 6, match:class ^(steam)$"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue