mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-08-22 23:51:02 +05:30
feat(browser): switch to Brave and configure rules
This commit is contained in:
@@ -5,7 +5,7 @@ apps.terminal_floating = "wezterm start --class wezterm-floating"
|
|||||||
apps.editor = "nvim"
|
apps.editor = "nvim"
|
||||||
apps.editor_cmd = apps.terminal .. " -e " .. apps.editor
|
apps.editor_cmd = apps.terminal .. " -e " .. apps.editor
|
||||||
apps.neovide = "neovide"
|
apps.neovide = "neovide"
|
||||||
apps.browser = "firefox"
|
apps.browser = "brave"
|
||||||
apps.file_explorer = "thunar"
|
apps.file_explorer = "thunar"
|
||||||
|
|
||||||
-- Set the terminal for the menubar.
|
-- Set the terminal for the menubar.
|
||||||
|
@@ -59,6 +59,11 @@ ruled.client.connect_signal("request::rules", function()
|
|||||||
properties = { screen = 1, tag = "3" },
|
properties = { screen = 1, tag = "3" },
|
||||||
})
|
})
|
||||||
|
|
||||||
|
ruled.client.append_rule({
|
||||||
|
rule = { class = "brave-browser" },
|
||||||
|
properties = { screen = 1, tag = "3" },
|
||||||
|
})
|
||||||
|
|
||||||
ruled.client.append_rule({
|
ruled.client.append_rule({
|
||||||
rule = { class = "Thunar" },
|
rule = { class = "Thunar" },
|
||||||
properties = { screen = 1, tag = "3" },
|
properties = { screen = 1, tag = "3" },
|
||||||
|
Reference in New Issue
Block a user