refactor(browser): set default browser

This commit is contained in:
2025-10-18 16:18:36 +08:00
parent 5a671c3ece
commit 362d610f1d
4 changed files with 18 additions and 3 deletions

View File

@@ -146,7 +146,7 @@
"Mod+Return".action.spawn = [
"kitty"
];
"Mod+G".action.spawn = [ "zen-beta" ];
"Mod+G".action.spawn = [ config.my.desktop.browser.default.command ];
"Mod+E".action.spawn = [ "nautilus" ];
"Mod+R".action.spawn = [
"sh"