nvim treesitter and config updates

This commit is contained in:
2026-08-14 00:58:28 +02:00
parent 5fffa9f179
commit e1d4eb5ed5
2 changed files with 25 additions and 1 deletions
+24
View File
@@ -33,6 +33,9 @@ hl.on("hyprland.start", function ()
hl.exec_cmd("waybar") hl.exec_cmd("waybar")
hl.exec_cmd("wl-paste --type text --watch cliphist store") hl.exec_cmd("wl-paste --type text --watch cliphist store")
hl.exec_cmd("wl-paste --type image --watch cliphist store") hl.exec_cmd("wl-paste --type image --watch cliphist store")
hl.exec_cmd("uwsm app -- steam -silent")
hl.exec_cmd("uwsm app -- solaar -w hide")
hl.exec_cmd("uwsm app -- zen-browser")
end) end)
-- ------------------------------- -- -------------------------------
@@ -269,3 +272,24 @@ hl.window_rule({
}, },
no_focus = true, no_focus = true,
}) })
-- Force Zen Browser and Solaar to Workspace 1
hl.window_rule({
name = "zen-workspace",
match = { class = "^([Zz]en)$" },
workspace = "1",
})
hl.window_rule({
name = "solaar-workspace",
match = { class = "^([Ss]olaar)$" },
workspace = "1",
})
-- Force Steam to Workspace 2
hl.window_rule({
name = "steam-workspace",
match = { class = "^([Ss]team)$" },
workspace = "2",
})
+1 -1
View File
@@ -21,7 +21,7 @@
"nui.nvim": { "branch": "main", "commit": "de740991c12411b663994b2860f1a4fd0937c130" }, "nui.nvim": { "branch": "main", "commit": "de740991c12411b663994b2860f1a4fd0937c130" },
"nvim-autopairs": { "branch": "master", "commit": "7b9923abad60b903ece7c52940e1321d39eccc79" }, "nvim-autopairs": { "branch": "master", "commit": "7b9923abad60b903ece7c52940e1321d39eccc79" },
"nvim-cmp": { "branch": "main", "commit": "2ffe79f1f021def8dd1fcd81deb16f1bb0d989f3" }, "nvim-cmp": { "branch": "main", "commit": "2ffe79f1f021def8dd1fcd81deb16f1bb0d989f3" },
"nvim-lspconfig": { "branch": "master", "commit": "4267d26e60323a45e18f8e7a63a964cc8f53ca4e" }, "nvim-lspconfig": { "branch": "master", "commit": "d2011e1dd0c27569c551f16b688d86029ae015c9" },
"nvim-surround": { "branch": "main", "commit": "2e93e154de9ff326def6480a4358bfc149d5da2c" }, "nvim-surround": { "branch": "main", "commit": "2e93e154de9ff326def6480a4358bfc149d5da2c" },
"nvim-treesitter": { "branch": "main", "commit": "c9f9ed6c1892f629ea399f4ee7905f2686fa13f2" }, "nvim-treesitter": { "branch": "main", "commit": "c9f9ed6c1892f629ea399f4ee7905f2686fa13f2" },
"nvim-treesitter-textobjects": { "branch": "main", "commit": "898ee307df58f854d11cd7edd06472574d48014e" }, "nvim-treesitter-textobjects": { "branch": "main", "commit": "898ee307df58f854d11cd7edd06472574d48014e" },