Awesome WM: what do the icons of the title bar mean?

落爺英雄遲暮 提交于 2019-12-03 02:32:47

Look at the file names of the icons. The first component describes the meaning: https://github.com/awesomeWM/awesome/tree/master/themes/default/titlebar

  • The plus is for sticky windows. These are windows which are visible on all tags (normally windows are only visible if one of their tags is selected).
  • The star is for ontop. These windows ignore the normal stacking order and are ontop of everything else.
  • The rocket is for maximized windows. These windows ignore the current layout and use all the available space.
  • The arrow is for floating windows. These windows also ignore the current layout, but they can be freely resized to any size.
  • The cross is a close button. It closes windows! ;-)
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!