Skip to content

Commit

Permalink
Merge pull request #1722 from pqrs-org/personal_tekezo
Browse files Browse the repository at this point in the history
Update personal_tekezo and personal_tekezo_launcher_mode_v4 (Use open_application)
  • Loading branch information
tekezo authored Oct 7, 2024
2 parents 6580629 + 48868a3 commit a0910d2
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 176 deletions.
10 changes: 7 additions & 3 deletions public/json/personal_tekezo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
],
"rules": [
{
"description": "Personal rules (@tekezo) (rev 55)",
"available_since": "14.12.6",
"description": "Personal rules (@tekezo) (rev 56)",
"available_since": "15.1.0",
"manipulators": [
{
"type": "basic",
Expand All @@ -25,7 +25,11 @@
],
"to_if_alone": [
{
"shell_command": "open -b 'com.1password.1password'"
"software_function": {
"open_application": {
"bundle_identifier": "com.1password.1password"
}
}
}
],
"parameters": {
Expand Down
Loading

0 comments on commit a0910d2

Please sign in to comment.