下载地址:http://files.cnblogs.com/files/yipu/beamoff.zip

CSDN :https://download.csdn.net/download/qq_42095701/15933083

源码

  1. //
  2. // AppDelegate.m
  3. // beamoff
  4. //
  5. // Created by ANDREI VAYAVODA on 09.11.14.
  6. // Copyright (c) 2014 ANDREI VAYAVODA. All rights reserved.
  7. //
  8. #import “AppDelegate.h”
  9. extern void CGSSetDebugOptions(int);
  10. extern void CGSDeferredUpdates(int);
  11. typedef enum {
  12. disableBeamSync = 0,
  13. automaticBeamSync = 1,
  14. forcedBeamSyncMode = 2
  15. } beamSyncMode;
  16. @interface AppDelegate ()
  17. @property (weak) IBOutlet NSWindow *window;
  18. @end
  19. @implementation AppDelegate
  20. – (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
  21. int mode = disableBeamSync;
  22. CGSSetDebugOptions(mode ? 0 : 0x08000000);
  23. CGSDeferredUpdates(mode);
  24. [self.window close];
  25. [NSApp terminate:self];
  26. }
  27. – (void)applicationWillTerminate:(NSNotification *)aNotification {
  28. // Insert code here to tear down your application
  29. }
  30. @end

beamoff app怎么安装:

第一步:

     “系统偏好设置” 进入”辅助功能” 然后勾选”减少透明度”

第二步:

“系统偏好设置”进入”Dock” 最小化窗口时使用: 选择“缩放效果”

    

第三步:

“系统偏好设置”进入”扩展”,然后将不使用的组件勾掉

(这几步搞完以后,界面响应速度在我的pc上提升好几倍.)

第四步:

beamoff 设置为开机自动运行方法
mac会自动解压 得到 beamoff.app
系统偏好设置 – 用户与群组 – 选中你自己的用户名 – 选择 “登录项” 选项卡 – 点 + 号
找到你下载的beamoff.app

双击后-》

声明:本站所有文章或资源,均来自互联网分享。本站不参与制作或存储,内容仅用于互联网爱好者学习和研究,如不慎侵犯了您的权利,请及时联系站长处理删除。敬请谅解!