
about - awesome window manager
awesome is a highly configurable, next generation framework window manager for X. It is very fast, extensible and licensed under the GNU GPLv2 license . It is primarily targeted at power users, developers and any people dealing with every day computing tasks and who want to have fine-grained control on their graphical environment.
Topic 07-my-first-awesome.md - awesome API documentation
2022年9月28日 · My first Awesome. This little tutorial is for people who never used a tiling window manager before and don’t have fancy hacking skills. We will explore the awesome world of Awesome step by step and finally come up with a working desktop, providing some basic knowledge on how to configure Awesome in the process.
Topic 06-appearance.md - awesome API documentation
2022年9月28日 · Change Awesome appearance. The beautiful themes. Beautiful is where Awesome theme variables are stored. –
Topic 08-client-layout-system.md - awesome API documentation
This document explains how to use clients layouts and how awesome manage them. Client layout refers to the mechanism awesome uses to place client on the screen. The layout definition can be a basic system where clients are all floating like in a normal DE (eg GNOME, KDE, ...) or tiled on the screen like in tilled window manager (eg i3, BSPWM, ...).
Module beautiful - awesome API documentation
2022年9月28日 · Should be run at the beginning of the awesome configuration file (normally rc.lua). Example usages: -- Using a table beautiful.init({font = 'Monospace Bold 10'}) -- From a config file beautiful.init("<path>/theme.lua")
awesome API documentation
API documentation for awesome, a highly configurable X window manager (version master-g691e364). Welcome to the documentation for the Awesome window manager. Below you find an overview of the individual parts which links to the full documentation.
Module menubar - awesome API documentation
2022年9月28日 · My first Awesome; Using Cairo and LGI; Tips for upgrading your configuration; NEWS; FAQ; Module menubar. Menubar module, which aims to provide a freedesktop menu alternative. List of menubar keybindings: “Left” | “C-j” select an item on the left “Right” | “C-k” select an item on the right
Module naughty - awesome API documentation
Click to display more Emit signals: property::image_animations_enabled When the image_animations_enabled value changes.; self naughty The object which changed (useful when connecting many object to the same callback).; new_value image_animations_enabled The new value affected to the property. persistence_enabled boolean · 1 signal Enable or disable the persistent notifications.
Topic 90-FAQ.md - awesome API documentation
2022年9月28日 · Awesome is a window manager, not a desktop environment. To configure your screens, the xrandr tool or various GUI applications exist. For more information, refer to the Arch Linux wiki .
Utillib gears.wallpaper - awesome API documentation
Deprecated functions gears.wallpaper. prepare_context (s) Prepare the needed state for setting a wallpaper. This function returns a cairo context through which a wallpaper can be drawn.