feat(browser): move to zen

This commit is contained in:
2025-06-02 16:35:53 +08:00
parent 2d85716642
commit 2fdf5aa8fe
8 changed files with 88 additions and 12 deletions

View File

@@ -66,7 +66,7 @@
draw-border-with-background = false;
}
{
matches = [ { app-id = "kitty|foot|Alacritty|ghostty|chromium-browser|wofi"; } ];
matches = [ { app-id = "kitty|foot|Alacritty|ghostty|chromium-browser|zen-beta|wofi"; } ];
opacity = 0.8;
}
{
@@ -125,7 +125,7 @@
"kitty"
"-1"
];
"Mod+G".action.spawn = [ "chromium" ];
"Mod+G".action.spawn = [ "zen-beta" ];
"Mod+E".action.spawn = [ "nemo" ];
"Mod+R".action.spawn = [
"sh"
@@ -159,7 +159,7 @@
action.spawn = [
"playerctl"
"-i"
"firefox,chromium"
"firefox,chromium,zen"
"play-pause"
];
};
@@ -168,7 +168,7 @@
action.spawn = [
"playerctl"
"-i"
"firefox,chromium"
"firefox,chromium,zen"
"next"
];
};
@@ -177,7 +177,7 @@
action.spawn = [
"playerctl"
"-i"
"firefox,chromium"
"firefox,chromium,zen"
"previous"
];
};