diff options
Diffstat (limited to 'configs/os_x')
-rw-r--r-- | configs/os_x/.slate.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/os_x/.slate.js b/configs/os_x/.slate.js index 13eba78c2741..0abbf7898e90 100644 --- a/configs/os_x/.slate.js +++ b/configs/os_x/.slate.js @@ -8,10 +8,10 @@ var modal_key = ":alt;shift"; // Configs S.cfga({ - "defaultToCurrentScreen" : true, - "secondsBetweenRepeat" : 0.1, - "checkDefaultsOnLoad" : true, - "focusCheckWidthMax" : 3000 + defaultToCurrentScreen: true, + secondsBetweenRepeat: 0.1, + checkDefaultsOnLoad: true, + focusCheckWidthMax: 3000, }); // Window size /position shortcuts |