|
|
@@ -63,7 +63,7 @@ class Yabai:
|
|
|
("Desktop", False, ["*"]),
|
|
|
("Finder", False, ["Finder"]),
|
|
|
("Terminal", True, ["Alacritty"]),
|
|
|
- ("Browser", True, ["Chromium"]),
|
|
|
+ ("Browser", True, ["Firefox"]),
|
|
|
("Communication", False, ["Slack", "Signal", "Spotify"]),
|
|
|
("Notetaking", True, ["Obsidian"]),
|
|
|
]
|
|
|
@@ -283,14 +283,14 @@ class Yabai:
|
|
|
"grid=10:10:6:6:4:4",
|
|
|
]
|
|
|
)
|
|
|
- # Compile SurfingKeys configuration when Chromium is launched
|
|
|
+ # Compile SurfingKeys configuration when Firefox is launched
|
|
|
self.message(
|
|
|
[
|
|
|
"signal",
|
|
|
"--add",
|
|
|
"event=application_launched",
|
|
|
- "app=Chromium",
|
|
|
- "label=ChromiumCompileExtensionsSignal",
|
|
|
+ "app=Firefox",
|
|
|
+ "label=FirefoxCompileExtensionsSignal",
|
|
|
f"action=/bin/zsh {XDG_CONFIG_HOME}/surfingkeys/compile.sh",
|
|
|
]
|
|
|
)
|