Tagged Questions
0
votes
0answers
25 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
1answer
82 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 ...
1
vote
1answer
64 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
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 ...
0
votes
0answers
124 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, ...
1
vote
1answer
102 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 ...
2
votes
1answer
528 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) - ...
1
vote
0answers
466 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
2answers
721 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 ...
0
votes
1answer
248 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
...
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####|
----------------
...
