feat: some basic stuff
This commit is contained in:
@@ -291,6 +291,9 @@ bind = $mainMod, Tab, exec, hyprctl dispatch workspace previous
|
||||
bind = $mainMod, mouse_down, 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
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
|
||||
@@ -60,6 +60,9 @@ return {
|
||||
local configs = require("nvim-treesitter.configs")
|
||||
|
||||
configs.setup({
|
||||
modules = {},
|
||||
ignore_install = {},
|
||||
auto_install = true,
|
||||
ensure_installed = { "lua", "javascript", "typescript", "html", "tsx", "zig" },
|
||||
sync_install = false,
|
||||
highlight = { enable = true },
|
||||
|
||||
Reference in New Issue
Block a user