awesome-wm is a window manager for X Windowing System.
8
votes
2answers
6k views
Setting windows layout for a specific application in awesome-wm
How to config awesome so it would start new application with two windows aligned like this:
----------------
|xxxxxxxxxx####|
|xxxxxxxxxx####|
|xxxxxxxxxx####|
|xxxxxxxxxx####|
----------------
...
8
votes
3answers
1k views
awesome: alt+tab just switches between two apps
I've just installed awesome as my wm. When I do alt+tab using awesome, it just switch two apps, it's not possible to get active the others..any idea?
5
votes
3answers
5k views
How can I fix a Java-GUI-program (swing), that it works with awesome-wm?
The swing-UI of Java-programs doesn't work perfectly together with the awesome-wm. awesome is a window-manager for UNIX, that automatically resizes program-windows, and the Swing-UI doesn't recognize ...
5
votes
1answer
814 views
How to retrieve current tag name in awesome wm?
I am looking to replace the tag list in awesome WM with a simple text box that only displays the name of the current tag. I have tried to create a textbox that contains the following code:
mytagbox = ...
4
votes
1answer
501 views
What is the name of “Fn” key for Awesome wm?
For example:
awful.key({"Shift", }, "Left", volwidget.down)
How to find out what to write instead of "Shift" to use "Fn" key?
4
votes
1answer
252 views
awesome wm: pop yes/no dialog when killing a window
In awesome wm when I press mod-q I kill the current window. I would like to pop a yes/no dialog to confirm the action:
if zenity --question --title='Quit?' --text='Quit?'; then kill_the_window; fi
...
3
votes
0answers
147 views
Awesome window manager doesn't react on clicks at toolbar when Caps Lock is on
The title pretty much explains it. I use Caps Lock to change layouts, setting it with
awful.util.spawn_with_shell("setxkbmap -layout 'us, ru' -option 'grp:caps_toggle'")
in awesome's rc.lua, if ...
3
votes
1answer
234 views
Open programs to active/selected screen in Awesome WM
I've been using Awesome WM with a dual-screen setup for a while now but I cannot figure out how to configure awesome so that when I open a program, it gets opened on the currently active/selected ...
2
votes
1answer
512 views
Switch User in Awesome WM menu
How can I make a Switch User entry in the Awesome menu?
If it helps, I use kubuntu.
2
votes
1answer
512 views
How to focus client in Awesome WM
I have instance of the client which should be focused. I found only following ways to give focus to client:
focus.bydirection (dir, c) - Focus a client by the given direction.
focus.byidx (i, c) - ...
2
votes
1answer
100 views
In Awesome WM is it possible to have different menus depending in which tag you are in?
In Awesome Window Manager you have a main menu which can be invoked by clicking on the launcher in the top-left, right-clicking on the desktop, or using the keybinding Mod+w. What I would like to do ...
1
vote
1answer
147 views
Make a client show in every tag at a specific position on screen and on top of all windows [closed]
Pretty much what it says on the tin. I'm trying to get a small graphic to stay at a specific position on screen, regardless of which tag I'm viewing, and for it to always be on top. Unfortunately I ...
1
vote
1answer
43 views
How to output lowercase strings in AwesomeWM rc.lua?
I'm using AwesomeWM vicious datewidget. I'm trying to output the date and time in wibox, in my rc.lua, with this format Feb 17, 12:10 AM (%b %d, %l:%M:%p) but I want the AM(%p) to be lowercase.
I've ...
1
vote
3answers
278 views
How to run a bash with shortcut on awesome WM
I'm new in Awesome WM and try to add a custom shortcut to run a bash file but it does not work.
awful.key({ modkey, "Control", "Shift" }, function () awful.util.spawn(./layout-ir.sh) end),
I add ...
1
vote
2answers
184 views
Execute command when mouse touches screen edge in Awesome-wm
I'm new to doing custom lua for the rc.lua in Awesome and I'm having a bit of trouble working out how to launch something based on the mouse position. This is what I have, so-far, but it's not doing ...
1
vote
1answer
121 views
thunderbird - number of underad messages, from .sqlite base
I want to make a small plugin for awesome WM that will show a number of unread messages pending in Thunderbird. I want to fetch the number of messages accessing directly Thunderbird sqlite base. The ...
1
vote
1answer
176 views
Having the apps in the task bar always in the same order. Open apps on the right of the others
I would like to have some apps (which I open when starting my session) always in the same order in the task bar. Is that possible?
Vim | Chrome | Terminal
Another question: for now, when I open an ...
1
vote
1answer
33 views
Awesome WM ignores input in non-us layout
I've started using Awesome WM, and found annoying that it ignores input in "Run" widget (mod+R) when current layout is not US, say, RU. Also, it ignores and any input (mouse klicks, keyboard - even ...
1
vote
1answer
62 views
AwesomeWM time not updating?
I'm using AwesomeWM, and I'm trying to display the time in my wibox using this code
vicious.register(datewidget, vicious.widgets.date, os.date("%b ")..(os.date("%d")+0).. ', ' ...
1
vote
1answer
100 views
How to know if client is killed in Awesome WM
I'm writing a module and it has local table with a list of filtered clients. When one of clients in table is killed all operations with it raise "client is invalid" exception.
So how can I check if ...
1
vote
2answers
707 views
Awesome wm Unagi transparency for bars
Awesome is a window manager that lets you setup the environment through a programming language(Lua) .I installed Unagi(compositing window manager) and I can make firefox transparent .For example this ...
1
vote
0answers
41 views
How do I open :Rpreview in a seperate window?
I'm using awesome WM and every time I use :Rpreview (the T-Pope rails.vim plugin) it opens localhost on another tab where I've left my browser (chromium) open. How can I make it open under the ...
1
vote
1answer
163 views
keyboard layout indicator in awesome using dbus
I want to use dbus to update my keyboard layout indicator in awesome wm. Here is my func in lua
module("keyb")
function getklayout()
local fd = io.popen("skb a")
local ...
1
vote
0answers
458 views
Awesome Window Manager Wallpaper [closed]
I'm using Awesome WM, and I can't get the wallpaper the load on startup.
This is the wallpaper command as it appears in my theme.lua file:
-- {{{ Main
theme = {}
theme.wallpaper_cmd = { ...
1
vote
0answers
175 views
how to create a widget layer in awesome wm with compton for screenlets
My google foo has produced no answers, and I'm not sure if this is something that would be implemented in compton, or awesome, or both need to be configured (compton is a fork of xcompmgr-dana)
Any ...
0
votes
1answer
72 views
Building an awesome 3.5 config for two-step actions
Not sure exactly how to phrase this, but I'm trying to construct a lua method to be able to have two key commands for an action
say meta-r,4 Where I'd push meta and R and then release both keys and ...
0
votes
1answer
94 views
How to navigate open programs in Awesome WM using arrow keys whilst in tile layout?
In Awesome WM the way you switch between open programs is by going to the previous or next client. By default it uses the keybinding Mod4 + k and Mod4 + j respectively.
However, let say I have four ...
0
votes
3answers
291 views
Stop MPlayer from using float in Awesome WM
I understand that MPlayer calls a "configurerequest" and for that reason, completely ignores the rules of my Window Manager in Archlinux, AwesomeWM and instead of being tiled, it floats. Is there ...
0
votes
2answers
495 views
Awesome WM launchbar
anyone out there experienced with the awesome WM? If so here is a question:
I have a problem getting my launchbar to appear in the status bar. The setup works fine on my single monitor computer at ...
0
votes
0answers
18 views
Awesome WM: Move window from one screen to another [closed]
How can I program the rc.lua file to enable a keyboard shortcut to move a window from one tag on one screen to a tag that is on a different screen? I know the modkey + shift + [tag number] shortcut, ...
0
votes
0answers
37 views
Awesome WM 3.5 seperate config files
I'm not sure if it is ok to ask about this things here so tell me if it is not :) . I have no idea where else to ask.
I have problem with Awesome WM. I try to separate rc.lua into different files ...
0
votes
0answers
38 views
Separate rule for client window in awesome-wm
I have program who have main window and some times create another one small window. When small window is created it's take a focus. But I don't need this. I need stay focus at main window.
All window ...
0
votes
1answer
57 views
Tags unexpectedly switch on Libreoffice interaction when using “wmname LG3D”
When using wmname LG3D (to fix a Java app display in awesome), hitting "File" in Libreoffice results in unexpected behavior: opposite display switches tags to match that of Libreoffice
(e.g., ...
0
votes
2answers
145 views
Application autostart under certain tag in awesome-wm
I have read Setting windows layout for a specific application in awesome-wm.Now I want to do this under certain tag during autostart.
For example:
I turn on my pc.Apps like ...
0
votes
0answers
121 views
How can I have just only icons of apps in tasklist in Awesome wm ver 3.5?
In Awesome <3.5 I did it that way:
mytasklist[s] = awful.widget.tasklist(function(c)
local task = { awful.widget.tasklist.label.currenttags(c, s) }
return '', task[2], task[3], task[4]
end, ...
0
votes
1answer
164 views
How to change the way Awesome WM add items to the tasklist?
I would like to have my awesome WM to add items to the tasklist the same way as other window managers. Basically when you open applications in awesome it will put it in the tasklist preceding the ...
0
votes
1answer
67 views
How can I retrieve user input using awesome wm?
I'd like to retrieve a string from the user using awesome. I'll use this string to dynamically create a new tag. I just need some function that I can call that will take input from the keyboard and ...
0
votes
1answer
361 views
When resizing the appletviewer window the canvas size does not change
For my CS11 class, I have to write a small applet that draws a horizontal and vertical line on the screen that intersect in the middle of the canvas. One part of the assignment is to be able to move ...
0
votes
1answer
244 views
awesome wm launch bar widget doesn't appear?
From the wiki, I only change the shortcut folder to /home/quanta/.config/awesome/launchbar/ which contains one testing file with content:
[Desktop Entry]
Name=Firefox
Exec=firefox
...
-1
votes
1answer
443 views
JFrame's position and pack() in Awesome WM [closed]
every time when I call pack() method on JFrame, it moves to the initial position where was when started. When I try to get the location of the JFrame (getLocation, getLocationOnScreen) it's still the ...

