awesome is a dynamic window manager for the X Window System developed in the C and Lua programming languages. Lua is also used for configuring and extending the window manager.
Questions tagged [awesome-wm]
413 questions
1
vote
0 answers
awesome wm / Save application window size and location on different tags
Is it possible to save application window size and location on different tags, e.g. I want to have text editor on tag 1, browser on tag 2, and half-screen editor + half-screen browser on tag 3?
There should be one instance of the browser and one…

angordeyev
- 511
- 3
- 11
1
vote
3 answers
How do I chance the size of hotkeys_popup.show_help
My short key help is not tall enough to show all my shortcuts. Mod4 + s is the default binding to see the short cuts, when I use it I can see that the list is cut off and partially hidden. I am using AwesomeWm Version 4.3
Thanks for any help you may…

jk121960
- 843
- 14
- 45
1
vote
2 answers
awesome-wm: create a shortcut key for toggling view desktop
In awesome window manager, I want to create a shortcut to toggle show dekstop (like modkey + d)
I i press ModKey + d then it should show destop and again i press Modkey + d it should show the windows like previously
Is this possible

Santhosh
- 9,965
- 20
- 103
- 243
1
vote
1 answer
How to force Awesome to show actual xterm title even when it is hidden?
When I hide an xterm apparently the Awesome WM transforms the title to simply "xterm" instead of showing the actual window's name.
For example if I have this (querying with xwininfo):
xwininfo: Window id: 0x5c0000d "xterm:john:$ top"
Map State:…

Cedric Martin
- 5,945
- 4
- 34
- 66
1
vote
1 answer
Start firefox unmaximized with selenium in python
I am using Selenium in Python with Firefox. Firefox is always started in maximized mode, which does not work very well with my tiling window manager Awesome on Linux.
How can I prevent Firefox being opened in maximized mode with Selenium and Python?…

soelderer
- 35
- 6
1
vote
1 answer
Implementing i3-like binding modes in awesomeWM
I would like to have i3-like keybinding modes in awesomeWM. What seems to be the easiest way to implement it?

Aditya De Saha
- 113
- 5
1
vote
1 answer
What is incwfact and setwfact of awesome.client
I have been using awesome for some years and like it alot. I'm regularly using Super+h and Super+l to change with of master.
But I would like to be able to change the hight of the active client (master or non-master) if ther is several in the same…

UlfR
- 4,175
- 29
- 45
1
vote
1 answer
awesomewm: a function to move all open clients to their designated screens/tags
Reading on the use of mod + x: run lua code I wanted to insert a function in my rc.lua that would move all opened clients (back) to their screens and tags. Everytime I take my laptop out of the docking the windows end up on one screen on the first…

oneindelijk
- 606
- 1
- 6
- 18
1
vote
1 answer
How do I install awesome WM on Ubuntu 19.04?
I have installed awesome via
$ apt-get install awesome
That adds awesome to the login screen's sessions menu but when I attempt to create an awesome session the screen goes briefly blank and then reverts to login.
Any suggestions?

John Yates
- 1,027
- 1
- 7
- 18
1
vote
1 answer
Properties in awful.spawn make no change
Awesome v4.3. Trying to launch something in rc.lua.
awful.spawn("xterm", {
border_width = 0,
titlebars_enabled = false,
tag = "2",
placement = awful.placement.bottom_right,
})
xterm spawns, but the listed…

Magwan
- 78
- 7
1
vote
1 answer
Awesome WM wonky multi-monitor setup
I have a 3-monitor setup, except that 1 of my monitors is attached to a KVM switch that I switch between my computers. It seems like when Awesome WM starts up without the 3rd monitor accessible to it, it refuses to recognize it from that point on…

Alexander Tsepkov
- 3,946
- 3
- 35
- 59
1
vote
1 answer
awesomewm - Dualscreen Problem with VirtualBox
I have a problem with Virtualbox VM windows when I use a dualscreen configuration. I want to have the VM windows on the right hand screen, however, the window always "jumps" to the left hand screen if the resolution of the VM changes or if the…

sash
- 23
- 3
1
vote
1 answer
Roll up / shade floating windows in awesome?
I am trying out awesome at the moment coming from KDE/MATE since many years and I really like it a lot. There's really only one thing that I'm missing from my previous workflows.
Occasionally I'm working with applications that have a lot of floating…

julsVFX
- 25
- 5
1
vote
1 answer
Auto-generating widgets in awesome-wm
So what I currently want to do is pretty much implement rofi in awesome.
The reason I want to do this and I don't just use rofi is because I want to learn how to 'auto-generate' widgets in awesome.
This will come in handy later when I'll implement…

LawsDontApplyToPigs
- 25
- 7
1
vote
2 answers
Lua LGI unpack GLib.Variant object
I'm trying to get password from keyring for awesome-wm session (using DBus via lgi library).
I'm able to find keyring entry path, open communication session and unlock entry.
Then I call GetSecrets method and store result into secret…

Sergey
- 1,166
- 14
- 27