mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-09 10:31:06 +01:00
aerospace: use upstream example for exec-on-workspace-change (#7765)
White technically any example would do, it's better to use the one from upstream docs, otherwise we may confuse users trying to repeat upstream aerospace sketchybar plugin recipe. (I for one fell a victim of the confusion...) https://nikitabobko.github.io/AeroSpace/goodies#show-aerospace-workspaces-in-sketchybar
This commit is contained in:
parent
b21c1a61a7
commit
ed1a98c375
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ in
|
|||
example = [
|
||||
"/bin/bash"
|
||||
"-c"
|
||||
"sketchybar --trigger aerospace_workspace_change FOCUSED=$AEROSPACE_FOCUSED_WORKSPACE"
|
||||
"sketchybar --trigger aerospace_workspace_change FOCUSED_WORKSPACE=$AEROSPACE_FOCUSED_WORKSPACE"
|
||||
];
|
||||
description = "Commands to run every time workspace changes.";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue