diff --git a/public/json/personal_tekezo.json b/public/json/personal_tekezo.json index 5b1b9be0c..014894c35 100644 --- a/public/json/personal_tekezo.json +++ b/public/json/personal_tekezo.json @@ -5,7 +5,7 @@ ], "rules": [ { - "description": "Personal rules (@tekezo) (rev 53)", + "description": "Personal rules (@tekezo) (rev 54)", "available_since": "14.12.6", "manipulators": [ { @@ -25,7 +25,7 @@ ], "to_if_alone": [ { - "shell_command": "date \"+%s\" | tr -d \"\\n\" | pbcopy" + "shell_command": "open -b 'com.1password.1password'" } ], "parameters": { diff --git a/src/json/personal_tekezo.json.js b/src/json/personal_tekezo.json.js index 4c8e209c1..ce80dd9b0 100755 --- a/src/json/personal_tekezo.json.js +++ b/src/json/personal_tekezo.json.js @@ -10,7 +10,7 @@ function main() { maintainers: ['tekezo'], rules: [ { - description: 'Personal rules (@tekezo) (rev 53)', + description: 'Personal rules (@tekezo) (rev 54)', available_since: '14.12.6', manipulators: [].concat( coreConfiguration(), @@ -51,7 +51,7 @@ function coreConfiguration() { to: [{ key_code: 'fn' }], to_if_alone: [ { - shell_command: 'date "+%s" | tr -d "\\n" | pbcopy', + shell_command: "open -b 'com.1password.1password'", }, ], parameters: {