feat: some basic stuff

This commit is contained in:
2025-08-02 20:46:03 +01:00
parent 65f6e6f13d
commit 90c8aadbec
3 changed files with 8 additions and 2 deletions

View File

@ -291,6 +291,9 @@ bind = $mainMod, Tab, exec, hyprctl dispatch workspace previous
bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1 bind = $mainMod, mouse_up, workspace, e-1
# OBS
bind = $mainMod, R, exec, obs-cmd recording toggle
# Move/resize windows with mainMod + LMB/RMB and dragging # Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:272, movewindow

View File

@ -60,6 +60,9 @@ return {
local configs = require("nvim-treesitter.configs") local configs = require("nvim-treesitter.configs")
configs.setup({ configs.setup({
modules = {},
ignore_install = {},
auto_install = true,
ensure_installed = { "lua", "javascript", "typescript", "html", "tsx", "zig" }, ensure_installed = { "lua", "javascript", "typescript", "html", "tsx", "zig" },
sync_install = false, sync_install = false,
highlight = { enable = true }, highlight = { enable = true },

View File

@ -6,8 +6,8 @@ if [ -z $@ ]; then
exit 1 exit 1
fi fi
echo "metapac add --backend arch --package $@" echo "metapac add --backend arch --packages $@"
metapac add --backend arch --package $@ metapac add --backend arch --packages $@
rsync -av ~/.config/metapac config --delete rsync -av ~/.config/metapac config --delete