Chinaunix首页 | 论坛 | 博客
  • 博客访问: 532338
  • 博文数量: 75
  • 博客积分: 2374
  • 博客等级: 大尉
  • 技术积分: 933
  • 用 户 组: 普通用户
  • 注册时间: 2009-11-18 14:27
文章分类

全部博文(75)

文章存档

2014年(1)

2013年(17)

2012年(10)

2011年(15)

2010年(23)

2009年(9)

我的朋友

分类: LINUX

2012-12-20 16:47:51

ubuntu下
~/.config/awesome/lua.rc
最后末尾添加随awesome启动的程序:

  1. awful.util.spawn_with_shell("/usr/bin/synergyc -f --no-tray --debug NOTE --name :24800")
  2. awful.util.spawn_with_shell("nm-applet --sm-disable") # 网络管理
  3. awful.util.spawn_with_shell("update-notifier") #更新管理

布局设置:Mod4+Space

  1. -- Table of layouts to cover with awful.layout.inc, order matters.
  2. layouts =
  3. {
  4. awful.layout.suit.floating,
  5. awful.layout.suit.tile,
  6. awful.layout.suit.tile.left,
  7. awful.layout.suit.tile.bottom,
  8. awful.layout.suit.tile.top,
  9. awful.layout.suit.fair,
  10. awful.layout.suit.fair.horizontal,
  11. -- awful.layout.suit.spiral,
  12. -- awful.layout.suit.spiral.dwindle,
  13. awful.layout.suit.max,
  14. -- awful.layout.suit.max.fullscreen,
  15. -- awful.layout.suit.magnifier
  16. }

阅读(1244) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~