From e1d4eb5ed5a44bd41e96b727214f110d509dae46 Mon Sep 17 00:00:00 2001 From: Baerpektivo Date: Fri, 14 Aug 2026 00:58:28 +0200 Subject: [PATCH] nvim treesitter and config updates --- .config/hypr/hyprland.lua | 24 ++++++++++++++++++++++++ .config/nvim/lazy-lock.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.lua b/.config/hypr/hyprland.lua index ae2c256..4b83b19 100644 --- a/.config/hypr/hyprland.lua +++ b/.config/hypr/hyprland.lua @@ -33,6 +33,9 @@ hl.on("hyprland.start", function () hl.exec_cmd("waybar") hl.exec_cmd("wl-paste --type text --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) -- ------------------------------- @@ -269,3 +272,24 @@ hl.window_rule({ }, 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", +}) + diff --git a/.config/nvim/lazy-lock.json b/.config/nvim/lazy-lock.json index 5b97500..a3f9a23 100644 --- a/.config/nvim/lazy-lock.json +++ b/.config/nvim/lazy-lock.json @@ -21,7 +21,7 @@ "nui.nvim": { "branch": "main", "commit": "de740991c12411b663994b2860f1a4fd0937c130" }, "nvim-autopairs": { "branch": "master", "commit": "7b9923abad60b903ece7c52940e1321d39eccc79" }, "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-treesitter": { "branch": "main", "commit": "c9f9ed6c1892f629ea399f4ee7905f2686fa13f2" }, "nvim-treesitter-textobjects": { "branch": "main", "commit": "898ee307df58f854d11cd7edd06472574d48014e" },