-
as seen on Super User
- Search for 'Super User'
I've installed awesome on my Ubuntu laptop, and I like it. But I feel kind of lost. I don't know any keyboard shortcuts and the man pages aren't really any help (for instance, what does Mod4 mean?).
Is there any kind of brief introduction to awesome I can read?
>>> More
-
as seen on Super User
- Search for 'Super User'
I have a set of tags 'main', 'www', and 3:
-- {{{ Tags
tags = {
names = {"main", "www", 3},
for s = 1, screen.count() do
tags[s] = awful.tag(tags.names, s, tags.layout)
end
}
-- }}}
I want Firefox to open in tag "www". I've tried the following rule:
-- {{{ Rules
awful.rules…
>>> More
-
as seen on Super User
- Search for 'Super User'
I want to execute some commands after login if awesome-windowmanager starts. How can I add startup-commands to the awesome-config?
>>> More
-
as seen on Super User
- Search for 'Super User'
I use version 3.3.4 of awesome and it is fine. But I miss one thing I could do with an older version of awesome (without configuration via Lua): I could add a matcher with the regexp .* to add all windows without another tag to a specific tag:
rule { name = ".*" tags = "9" }
With that all applications…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I am using Awesome Window Manager
How can I permanently add private keys with password?
Inspired by the answer here I have added the private keys in ~/.ssh/config
Contents of ~/.ssh/config:
IdentityFile 'private key full path'
Permissions of ~/.ssh/config: 0700
But it doesn't work for me.
If…
>>> More