feat: improved predictability

This commit is contained in:
2026-07-17 08:48:46 +02:00
parent b99e6fe109
commit cad9b833ae
2 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ hl.config({
preserve_split = true, preserve_split = true,
}, },
binds = { binds = {
workspace_back_and_forth = true, workspace_back_and_forth = false,
}, },
cursor = { cursor = {
no_warps = false, no_warps = false,
@@ -13,7 +13,7 @@ hl.window_rule({
-- Workspace 2 -- Workspace 2
hl.window_rule({ hl.window_rule({
match = { class = "evince|okular|org\\.pwmt\\.zathura|librewolf|vesktop" }, match = { class = "evince|okular|org\\.pwmt\\.zathura|librewolf" },
workspace = 2, workspace = 2,
}) })
hl.window_rule({ hl.window_rule({
@@ -31,3 +31,15 @@ hl.window_rule({
match = { title = "Qalculate.*|AG Controller" }, match = { title = "Qalculate.*|AG Controller" },
workspace = "special", workspace = "special",
}) })
-- Workspace 11
hl.window_rule({
match = { class = "evince|okular|org\\.pwmt\\.zathura|librewolf" },
workspace = 11,
})
-- Workspace 10
hl.window_rule({
match = { class = "vesktop" },
workspace = 10,
})