feat(browser): switch to Brave and configure rules

This commit is contained in:
tux
2025-08-17 14:01:26 +05:30
parent cd71983294
commit 06975c66b0
2 changed files with 6 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ apps.terminal_floating = "wezterm start --class wezterm-floating"
apps.editor = "nvim"
apps.editor_cmd = apps.terminal .. " -e " .. apps.editor
apps.neovide = "neovide"
apps.browser = "firefox"
apps.browser = "brave"
apps.file_explorer = "thunar"
-- Set the terminal for the menubar.

View File

@@ -59,6 +59,11 @@ ruled.client.connect_signal("request::rules", function()
properties = { screen = 1, tag = "3" },
})
ruled.client.append_rule({
rule = { class = "brave-browser" },
properties = { screen = 1, tag = "3" },
})
ruled.client.append_rule({
rule = { class = "Thunar" },
properties = { screen = 1, tag = "3" },