All Projects → awesomeWM → Awesome

awesomeWM / Awesome

Licence: gpl-2.0
awesome window manager

Programming Languages

c
50402 projects - #5 most used programming language
lua
6591 projects
CMake
9771 projects

Projects that are alternatives of or similar to Awesome

Hypr
Hypr is a tiling window manager written in modern C++.
Stars: ✭ 659 (-84.85%)
Mutual labels:  xorg, window-manager
godot-launcher
Alternative launcher for single-board computers
Stars: ✭ 107 (-97.54%)
Mutual labels:  xorg, window-manager
Xlambda
Xlambda: The Ultimate X Window Manager
Stars: ✭ 108 (-97.52%)
Mutual labels:  window-manager, xorg
dextop
Dextop - Linux-based distribution workstation on Android
Stars: ✭ 24 (-99.45%)
Mutual labels:  xorg, awesomewm
Spacehammer
Hammerspoon config inspired by Spacemacs
Stars: ✭ 280 (-93.56%)
Mutual labels:  window-manager
xkeylogger
Rootless keylogger for X
Stars: ✭ 22 (-99.49%)
Mutual labels:  xorg
window manager
This plugin allows Flutter desktop apps to resizing and repositioning the window.
Stars: ✭ 112 (-97.43%)
Mutual labels:  window-manager
ModMove
Move/Resize windows using modifiers and the mouse
Stars: ✭ 86 (-98.02%)
Mutual labels:  window-manager
Wmderland
🌳 X11 tiling window manager using space partitioning trees
Stars: ✭ 341 (-92.16%)
Mutual labels:  window-manager
Zvirtualdesktop
Windows 10 Virtual Desktop Hotkeys, System Tray Icon, Wallpapers, and Task View replacement
Stars: ✭ 322 (-92.6%)
Mutual labels:  window-manager
Polybar Themes
A huge collection of polybar themes with different styles, colors and variants.
Stars: ✭ 3,687 (-15.26%)
Mutual labels:  window-manager
mx
Framework window manager for macOS
Stars: ✭ 45 (-98.97%)
Mutual labels:  window-manager
Autumn
A macOS window manager for JavaScript hackers
Stars: ✭ 294 (-93.24%)
Mutual labels:  window-manager
qtile-config
My ~/.config/qtile
Stars: ✭ 25 (-99.43%)
Mutual labels:  window-manager
Toaruos
A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
Stars: ✭ 4,687 (+7.72%)
Mutual labels:  window-manager
gobble
Rust rewrite of Devour
Stars: ✭ 23 (-99.47%)
Mutual labels:  window-manager
.dotfiles
There's no place like ~ !
Stars: ✭ 265 (-93.91%)
Mutual labels:  awesomewm
Switch Desktop
⚡️ Keyboard-driven commands to navigate your apps faster
Stars: ✭ 320 (-92.65%)
Mutual labels:  window-manager
Node Window Manager
Manage windows in Windows, macOS and Linux using Node.js
Stars: ✭ 263 (-93.96%)
Mutual labels:  window-manager
HotSwitch-HS
Window switcher app using 2 stroke hotkey for macOS
Stars: ✭ 12 (-99.72%)
Mutual labels:  window-manager

Readme

About Awesome

Awesome is a highly configurable, next generation framework window manager for X.

Building and installation

After extracting the dist tarball or cloning the repository, run:

make
sudo make install

This will

  1. create a build directory at ./build,
  2. run cmake,
  3. build Awesome and
  4. install it to the default prefix path /usr/local.

Alternatively to the above, you can generate a .deb or .rpm package, for easy installation management:

make package

sudo dpkg -i awesome-x.y.z.deb
# or
sudo rpm -Uvh awesome-x.y.z.rpm

Advanced options and testing

A full list of dependencies, more advanced build options, as well as instructions on how to use the test suite can be found here.

Installing current git master as a package receipts

Arch Linux AUR

sudo pacman -S --needed base-devel git
git clone https://aur.archlinux.org/awesome-git.git
cd awesome-git
makepkg -fsri

Debian-based

sudo apt build-dep awesome
git clone https://github.com/awesomewm/awesome
cd awesome
make package
sudo apt install *.deb

Running Awesome

You can directly select Awesome from your display manager. If not, you can add the following line to your .xinitrc to start Awesome using startx or to .xsession to start Awesome using your display manager:

exec awesome

In order to connect Awesome to a specific display, make sure that the DISPLAY environment variable is set correctly, e.g.:

DISPLAY=foo.bar:1 exec awesome

(This will start Awesome on display :1 of the host foo.bar.)

Configuration

The configuration of Awesome is done by creating a $XDG_CONFIG_HOME/awesome/rc.lua file, typically ~/.config/awesome/rc.lua.

An example configuration named awesomerc.lua is provided in the source.

Troubleshooting

On most systems any message printed by Awesome (including warnings and errors) is written to ~/.xsession-errors.

If Awesome does not start or the configuration file is not producing the desired results the user should examine this file to gain insight into the problem.

Debugging tips

You can call awesome with gdb like this:

DISPLAY=:2 gdb awesome

Then in gdb set any arguments and run it:

(gdb) set args --replace
(gdb) run

Asking questions

IRC

You can join us in the #awesome channel on the OFTC IRC network.

IRC Webchat

Stack Overflow

You can ask questions on Stack Overflow.

Reddit

We also have a awesome subreddit where you can share your work and ask questions.

Reporting issues

Please report any issues you may find on our bugtracker.

Contributing code

You can submit pull requests on the github repository. Please read the contributing guide for any coding, documentation or patch guidelines.

Status

Build Status

Documentation

Online documentation is available here.

License

The project is licensed under GNU General Public License v2 or later. You can read it online at (v2 or v3).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].